WP SITES
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Sharing Plugin - Social Warfare] Function CallWhatever comes with Desktopserver
Forum: Plugins
In reply to: [Social Sharing Plugin - Social Warfare] Function CallThanks.
Backend Notice: Undefined index: default in /Users/braddalton/Documents/Websites/local.dev/wp-content/plugins/social-warfare/functions/admin-options-page/admin-options-page.php on line 423
Front End NOTICE: UNDEFINED INDEX: LOCATION_POST IN /USERS/BRADDALTON/DOCUMENTS/WEBSITES/LOCAL.DEV/WP-CONTENT/PLUGINS/SOCIAL-WARFARE/FUNCTIONS/BUTTONS-STANDARD.PHP ON LINE 276
Forum: Plugins
In reply to: [Fonts] fonts not loadingI assume you have it worked out now.
Forum: Plugins
In reply to: [Fonts] fonts not loadingLink to your site please and i’ll take a look.
It’s working perfectly on 20,000 sites.
The drop down menu for fonts only displays in the visual wp editor, not the text editor.
Forum: Plugins
In reply to: [Fonts] How do we add custom fonts?Closed
Forum: Plugins
In reply to: [Fonts] How do we add custom fonts?There is no confusion.
I assume your clients are paying you but that you are trying to get plugin Dev’s to do the work for you for free rather than pay them!
Many plugin Dev’s provide a free version and upgrades however some members of the community like yourself try and bully Dev’s into working for free and having a go at them for trying to make money from their work.
In your words:
“Could you please explain how to do this here? If not could you point us to a resource that doesn’t require payment?”
“I clicked on the following link, but it requires that we pay money to access the necessary information”
Going through your reviews of other plugins, i also see you are at it again trying to bully plugin Dev’s into providing free plugin customisation and modification by leaving negative comments in plugin reviews.
No wonder you remain anonymous and hide your avatar.
Forum: Plugins
In reply to: [Fonts] How do we add custom fonts?Link to your site please and i will help you.
It’s a premium upgrade for paid users only.
Note: I have seen some of your replies to other plugin Developers who you are bad mouthing to try and get custom changes made to plugins for your own benefit.
Do NOT troll and bully plugin devs into working for you for free by posting nasty plugin reviews and replies.
Clearly, you are trying to intimidate Dev’s into working for free.
I understand you remain anonymous for this reason.
Forum: Themes and Templates
In reply to: How do I apply a personalized designed search bar?The code works and is tested. You’ll need to style the element using CSS so it looks the way you want.
Forum: Themes and Templates
In reply to: How do I apply a personalized designed search bar?Use this in your functions file and style it for use in your theme
add_filter( 'wp_nav_menu_items', 'theme_menu_extras', 10, 2 ); function theme_menu_extras( $menu, $args ) { if ( 'primary' !== $args->theme_location ) return $menu; ob_start(); get_search_form(); $search = ob_get_clean(); $menu .= '<li class="right search">' . $search . '</li>'; return $menu; }Forum: Fixing WordPress
In reply to: Search box in menuCopy over the header.php file to a child theme and remove the following code between lines 119 & 130
<?php // Has the text been hidden? if ( 'blank' == get_header_textcolor() ) : ?> <div class="only-search<?php if ( $header_image ) : ?> with-image<?php endif; ?>"> <?php get_search_form(); ?> </div> <?php else : ?> <?php get_search_form(); ?> <?php endif; ?>Thanks. The plugin installed and configured. How do i add Amazon links? DO i add them directly from Amazon or do i need to create them in genuislink?
Forum: Reviews
In reply to: [Fonts] Why hide the costsIt doesn’t costs anything to add your fonts as long as you do the work yourself.
However, if you want support to do this, the price is only going to increase for new users as the development and support costs increase.
Forum: Reviews
In reply to: [Fonts] PremiumThe price is only going to increase for new users as the development and support costs increase.
Forum: Plugins
In reply to: [Fonts] How do i add additional fonts.Click the links above.
Forum: Plugins
In reply to: [Fonts] Font options are not showing after activationFor anyone else, the font menus only display in the visual editor and NOT the text editor.