-
Search Results
-
Hi
I am having a problem with uploading/changing a new image for a custom map marker to the Enfold Google Maps Element. I have used the Google Maps Element extensively in my site with no problems before but now I find that if I try to replace the custom marker image I am using , nothing happens when I click the button ‘Insert Marker Image’.Strangely, also when I look at my media library in grid view I can only see the first 40 items, it just stays loading but no more items appear. I know they are there as I can see them in list view. This may be unrelated to the problem above.
I am running the latest version of WordPress 4.6.1 and Enfold 3.7.1 (child theme)
My site is not live yet. I have put the login details in the Private Content Area.
Thank you.
TiaHi Enfold,
I would like to OPEN A NEW WINDOW when clicking the Book Online button and not open in my current website. How do I go about doing this?
RZURXN
Hi,
I am trying to have 2 buttons next to each other in a 1/3 column. I have used the following css which works.
.avia-button.avia-size-large { float: left; margin-right: 10px; }
However, I want the buttons to all the same size and equal space to fit the column,
Screenshot – https://s16.postimg.org/gojlvpq85/Screen_Shot_2016_09_10_at_10_45_09_PM.png
You can view that section on the right side of my homepage under ‘OUR TEAMS”
http://www.leewardscricket.com/Here’s what’s going on:
I’m the webmaster for our local Rotary who sponsors a 5k. I’m a PHP developer by trade and, but I’m by no means a WordPress ninja.
Recently, an automatic upgrade was done to our server which made certain parts of our antiquated Enfold theme obsolete. I purchased a new theme and installed the “theme only” content into the “themes” directory.
Immediately, I saw a big difference in terms of the front page as the rotating carousel is now back so we’re cooking with grease. However, I still have these errors and I don’t know what they mean or how to fix them. They’re all coming from the header.php file in the child directory.
Warning: strpos() expects parameter 1 to be string, array given in /home4/grey5k/public_html/wp-content/themes/greyghost5k_child/header.php on line 165
Warning: strpos() expects parameter 1 to be string, array given in /home4/grey5k/public_html/wp-content/themes/greyghost5k_child/header.php on line 287
Warning: strpos() expects parameter 1 to be string, array given in /home4/grey5k/public_html/wp-content/themes/greyghost5k_child/header.php on line 301
I’ve got the code for the header.php below. Any idea as to what these errors are and how to fix them?
<?php global $avia_config; $style = $avia_config['box_class']; $responsive = avia_get_option('responsive_layout','responsive'); $blank = isset($avia_config['template']) ? $avia_config['template'] : ""; $headerS = !$blank ? avia_header_setting() : ""; $headerMenu = $responsive ? avia_get_option('header_menu','mobile_drop_down') : ""; ?> <!DOCTYPE html> <html <?php language_attributes(); ?> class="<?php echo " html_$style ".$responsive." ".$headerS;?> "> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <?php /* * outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives * located in framework/php/function-set-avia-frontend.php */ if (function_exists('avia_set_follow')) { echo avia_set_follow(); } /* * outputs a favicon if defined */ if (function_exists('avia_favicon')) { echo avia_favicon(avia_get_option('favicon')); } ?> <!-- page title, displayed in your browser bar --> <title><?php if(function_exists('avia_set_title_tag')) { echo avia_set_title_tag(); } ?></title> <!-- add feeds, pingback and stuff--> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="alternate" type="application/rss+xml" title="<?php echo get_bloginfo('name'); ?> RSS2 Feed" href="<?php avia_option('feedburner',get_bloginfo('rss2_url')); ?>" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <!-- mobile setting --> <?php if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">'; ?> <?php /* Always have wp_head() just before the closing </head> * tag of your theme, or you will break many plugins, which * generally use this hook to add elements to <head> such * as styles, scripts, and meta tags. */ wp_head(); ?> </head> <body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank); ?>> <div id='wrap_all'> <?php if(!$blank){ ?> <div id='header' class=' header_color <?php avia_is_dark_bg('header_color'); echo " ".$headerMenu; ?>'> <?php $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); //subheader, only display when the user chooses a social header if(strpos($headerS,'social_header') !== false) { ?> <div id='header_meta' class='container_wrap container_wrap_meta'> <div class='container'> <?php /* * display the themes social media icons, defined in the wordpress backend * the avia_social_media_icons function is located in includes/helper-social-media-php */ if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args); //display the small submenu echo "<div class='sub_menu'>"; $args = array('theme_location'=>'avia2', 'fallback_cb' => '', 'container'=>'', 'echo' =>false); $nav = wp_nav_menu($args); echo $nav; $phone = avia_get_option('phone'); $phone_class = !empty($nav) ? "with_nav" : ""; if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>"; /* * Hook that can be used for plugins and theme extensions (currently: the wpml language selector) */ do_action('avia_meta_header'); echo "</div>"; ?> </div> </div> <?php } ?> <div id='header_main' class='container_wrap container_wrap_logo'> <?php /* * Hook that can be used for plugins and theme extensions (currently: the woocommerce shopping cart) */ do_action('ava_main_header'); ?> <div class='container'> <?php /* * display the theme logo by checking if the default logo was overwritten in the backend. * the function is located at framework/php/function-set-avia-frontend-functions.php in case you need to edit the output */ echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong'); if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args); /* * display the main navigation menu * modify the output in your wordpress admin backend at appearance->menus */ $extraOpen = $extraClose = ""; if(strpos($headerS,'bottom_nav_header') !== false){ $extraClose = "</div></div><div id='header_main_alternate' class='container_wrap'><div class='container'>"; } echo $extraClose; echo "<div class='main_menu' data-selectname='".__('Select a page','avia_framework')."'>"; $args = array('theme_location'=>'avia', 'fallback_cb' => 'avia_fallback_menu', 'walker' => new avia_responsive_mega_menu()); wp_nav_menu($args); echo "</div>"; /* * Hook that can be used for plugins and theme extensions */ do_action('ava_after_main_menu'); ?> <!-- end container--> </div> <span class="anniversary">8<span class="sub">th</span> Annual</span> <span class="dates">October 1, 2016</span> <a href="https://greyghost.itsyourrace.com/register/" target="_blank" class="registerButton"><!-- <img src="images/pm12/stopwatch.png" /> --> Register Now</a> </div> <!-- end container_wrap--> </div> <div class='header_bg'></div> <!-- end header --> </div> <?php } //end blank check ?> <div id='main'>Topic: Result Page
Dear support,
I’m using the plugin Ultimate WP Query Search Filter and I have chosen the default search template, which means that the enfold theme is doing the look of the result page. Now, when the result page is displayed, there is in content: number, title (with link), and taxonomies which are inside the page which is shown as a result. I would like to know is there any possibility to make the result with the picture, maybe to enter something in php file for search result, or loop php for search. It would be great if I can put the featured image in page and when the result is shown, with the number, title and taxonomies you can see the featured image. This is the site, when you click on “rent me” or “buy me” button, you get the search which is made with the plugin I mentioned in the first sentence, and then you can search something to see the result page (the easiest way to see it is to click “rent me” button and search the villa by the name).
I hope you understand what I wanted to say. If not, please ask me and I would be pleased to try to explain you in a different way.
Best wishes!
DorisDear masters,
PLEASE HELP ME, I CANNOT WORK WITH MY PROJECT
Please, help me. I have just updated the last version of wordpress and installed and then uninstalled Polylang. Then, I found a big problem on my wp-admin. When i am going to open one page, to edit it on my admin website, doesn’t work at all, i cannot open “default editor”, “layout elements”, “contents elements”, “media elements”, when i click on them, nothing happens, buttons broken on WP? And more, at the middle of any edit pages there is spinning circle and don’t finish load at all. What is going on? Can someone help me?
I tried to downgrade WP, deactivate plugins, not solved and help at all.
Moreover, i tried to change and try with another different Theme. I discovered that Twenty Fifteen Theme load and open pages and i can open layout, contents elements. Therefore, i think is a problem with Enfold.Theme in general. Can you check please?
Yours sincerely,
Alex
Hi,
I am trying to add WPML to this website: http://smithgroup.gdlin.net/
I have disabled all plugins except WPML.
I have uploaded WPML a number of times.
The pages goes blank and configuration is not possible. The Next button is dead when I try to configure the WPML settings.
Can you take a look for me please?
Can you email (Email address hidden if logged out) when you have responded please and I will log in again.
K Rgds,
CHi,
i want to add a second submit button for a request a quote function at the checkout page.
I’m not able to get the $_POST[‘woocommerce_checkout_place_order’] variable of the standard submit button.Is the checkout processed through ajax by the Enfold theme?
How can i access this variable?Cheers,
Jacques MannonGreetings from rainy Vienna!
The main problem is that I cannot find an Element, that allows me to put a series of 7 pictures in one row with captions underneath, that should show animation (green round button with tiny white arrow) and the links are anchor tags to content below.
So I choose the Partner/Logo Element. Problem is that the images in the Partner/Logo Element do not show animation as usual (green round button with tiny white arrow) and the caption shows only on hover!
But this is essential as people should see instantly, that this is an important link and there should be a caption allways visible, not only on hover.
Please have a look at:Could you please help me with a CSS or maybe I choose the wrong element?
best regards and thank you in advance for your kind support
My blog does not have much content on it, so I had created several dummy posts (some which have full content) and was using the ALB. I had my category pages set up the way I wanted. Categories, Title, Featured Image, Excerpt Date/Comments, Read More.
Then after deciding that it’s more conducive to use the default layout editor for posts and just use ALB for pages, I redid some of my posts using the Default Editor. Now category pages are showing the full content of each post using Default Editor and are showing the excerpts for those posts still using the ALB.
http://thewanderologist.com/category/adventure-files/
Please tell me what settings to change to make the post EXCERPT show on category pages for posts that have been created using the Default Editor, rather than the full content of the post. I’ve scoured all the settings and can’t figure it out.
In the meantime I’ve located one way to manually get around this and have tested it on one of my posts….by placing my except text at the beginning of each post (as a blockquote because I like the way it looks) and then putting using the Read More button after it. And making sure to select “Use ALEditor to build…” in the Blog Layout setting in the Enfold Settings.
The main downside is that this step is easily forgettable and I may not want to always put my excerpt at the beginning of each post. I don’t want to just put Read More after the beginning paragraph of my content because it might not represent the article and entice the reader the way an excerpt would.
Thanks!!
Topic: Map / Google API / Localhost
Hi,
basically I understand all about this annoying API requirements. I searched and found a solution for localhost too. API is adjusted and activated, the map works.
My problem: But I can´t insert the address to get new coordinates in the backend of enfold. When I press the button “Insert address then get the coordinates” I get a error message. Why and what can I do? The website is still on localhost.
Errormessage: Es ist ein Fehler aufgetreten! Google changed the way google maps work. You now need to enter a valid Google Maps API Key. You can read a description on how to create and enter that key here: Enfold Google Settings…
Hi, I am trying to add a button to the right side of my header, that will say “free trial”.
I added the code found in this post: https://kriesi.at/support/topic/adding-custom-button-on-top-right-hand-of-enfold-header
When I did this, the button appeared, but it bumped the header down and was on the top right of the page. here is a screenshot
I would like the button to be on the right side of the links and not on top of them

