Viewing 30 results - 6,781 through 6,810 (of 11,220 total)
  • Author
    Search Results
  • Tia
    Participant

    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.
    Tia

    #685092

    I have followed the steps and the google maps Enfold option doesn´t work the fetch coordinate button doesn´t generate any coordinate, you need to use the ones I have created before find the coordinates on line and changed them but the button is not really working and I don´t think is nothing to do with google it is just after the theme updated, thanks I had saved some maps before, otherwise I couldn´t create new maps.

    I don´t know anything about this code you are talking about. I haven´t added it, where is it?

    hi Rikard – thanks for your reply. the site is under development / in maintenance mode so I have posted a private link and WP login for you below.
    the page I’m working on with the audio players is:-
    http://british-voiceover.co.uk/homepage/home-v6-classic-4-column-_dup/

    you could also replicate what I am trying to do, using one of your audio posts such as:-

    I found a helpful post online which gave some great insight and tips into controlling and styling the audio player.
    Here’s the link in case any other Enfold Users are curious how to do it.

    For my website audio players I wanted to hide the volume slider and the mute button.here’s what I added in quick CSS box.

    .mejs-controls .mejs-volume-button {display: none !important;}

    .mejs-controls .mejs-horizontal-volume-slider {display: none !important;}

    it worked perfectly in safari as shown here:-
    http://screencast.com/t/V7R4rzc1xl

    but chrome has a strange effect – this effect is only there before you hit the play button.
    once the play button is pressed the player looks perfect.
    here’s a screen grab of the odd effect in chrome before play is pressed.
    Any idea what might cause this? or how to fix it in?
    http://screencast.com/t/ZBU8gwRa

    would love to hear any thoughts you have.

    thanks

    pete

    #684755

    This answer doesn’t help.

    When clicking on the default “Place order” submit button on the checkout page, enfold makes an ajax request to validate and process the checkout.
    With js disabled, i’m able to get the value of the submit button, but with js enabled, it does not work with the ajax request.

    I tried to get the value over different hooks like “woocommerce_checkout_process”, but it is always null.

    So i need you to tell me, if the variable gets flushed or what could cause this problem. Or where can i find the ajax request in the code?
    I think, the submit button value is not send with the ajax request.

    #684730
    rzurxn
    Participant

    Hi 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

    #684688

    Hey jarstern0,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .home #av_section_1 .avia-button-wrap {
    padding-top: 20px; 
    }

    Best regards,
    Rikard

    #684648
    navindesigns
    Participant

    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/

    • This topic was modified 9 years, 7 months ago by navindesigns.
    #684596
    brucegust
    Participant

    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'>
    #684365

    Topic: Result Page

    in forum Enfold
    Doris5ricevic
    Participant

    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!
    Doris

    #684334
    AlexBellaTropea
    Participant

    Dear 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

    • This topic was modified 9 years, 7 months ago by AlexBellaTropea. Reason: MORE ISSUES
    seanbain
    Participant

    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,
    C

    #684222

    In reply to: Enfold Theme

    Bruce Gust
    Guest

    OK, buddy! Here’s what I’ve done: I’ve backed up the greyghost5k folder and the greyghost5k_child folder. In addition, I’ve backed up the database so I think I’m good to go.

    What do I need to do now? I’ve got the Enfold directory already uploaded, so it’s just sitting there waiting for me to pull the trigger. This is all live, too, by the way, so, again, this is why I’m asking for your eyes on this thing before I just start pushing buttons.

    Here’s what I’m thinking:

    In the Enfold directory (the one that I’m going to rename to “greyghost5k”), I’m going to

    • replace the contents of the images folder
    • add the fonts folder from the original directory
    • replace the contents of the css directory

    One thing I don’t see and I wanted to ask you about it: Is there a config file that I need to replace so everything is pointed in the correct direction as far as the database etc.? Where would that be?

    Thanks!

    • This reply was modified 9 years, 7 months ago by Yigit. Reason: fixed HTML
    #684194

    In reply to: Enfold Showcase

    Hi,


    @faircommedia
    Nice!
    I noticed there is no space under social share buttons on your homepage. If you would like to add some, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home .av-share-box {
        margin-bottom: 50px;
    }

    If you have follow up questions regarding that or anything else, please start a new thread :)

    Best regards,
    Yigit

    #683834

    Hi yigit!
    I tried what you suggested but nothing happened. :(

    I simply want to click on a button, a lightbox appears including a contact form that disappears when contact form will be sent.
    Is it so complicate to do with Enfold?

    #683753

    Hello Yigit,

    we have update to Enfold theme to 3.7.1 version.
    we have registered an api key from google for goole maps.
    we have added to enfold theme options for google
    we have add a google map to a page (contact page) via builder
    we fill in the field of address
    the coordinates fields (button) at any address info seems to not work
    so, the google map on frontend not appear.

    Any help, please?
    Thank you.
    Best Regards,
    George

    #683573

    Hey Arthith,

    Thank you for using Enfold.

    The buttons start to collide once the screen size is roughly lower than 1150px. Please add this code in the Quick CSS field:

    @media only screen and (max-width: 1450px) {
    #section3 .flex_column.av_one_half {
        clear: both;
        margin-left: 0;
        margin-top: 10px;
    }
    }

    Best regards,
    Ismael

    #683230

    Hi Yigit, i have a shop button (WooCommerce) on the same place (Enfold Options) as the button of Google API must be.
    How can i write now the API Code?

    #683172
    zweiw
    Participant

    Hi,

    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 Mannon

    #682664

    Andy,

    I am trying to tell you that I get different screens when I follow your instruction (http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/).

    This API key does not work, with or without spaces.

    This API-key doesn’t work either!

    Can you please take a serious look at my site. My customer’s are losing faith in my skills and I really can’t afford it to lose them.

    Thank you.

    #682652
    samurai_666
    Participant

    Greetings 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

    #681452

    No. That did not do it.

    Enfold automatically inserts the “pre-url” with the link. I’ve added a simple text link for reference.

    We need it to work just like the text link does,.. except with the enfold buttons. We like the enfold animation and would prefer not to have to build a button manually, i.e. something like this:

    #681280

    In reply to: Customizing Buttons

    Hey rashaadk,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .avia-slideshow-button {
        font-size: 34px;
    }
    

    Best regards,
    Vinay

    juliacecere
    Participant

    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!!

    • This topic was modified 9 years, 7 months ago by juliacecere.
    #681058
    ceamarketinggroup
    Participant

    Hello,
    at some point this year our site has developed several missing icons and lots of uneven columns and boxes.
    I have a clone site (listed privately) here for testing where you can see all of this. Button icons and return to top icons are missing.
    Seems to occur in all browsers.
    Things I have tried;
    -I think ALL of the solutions to threads like this in support forums including adding lines to .htaccess.
    -Clearing caches/reloading
    -turning off all plugins
    -updating enfold completely
    -reinstalling enfold via ftp
    -triple checking all paths in css and domains

    In depth list of problems;

    [We would like the “Forms / Practice / Products / Compliance” boxes to all be the same height automatically]

    [2 icons disspaeared from those boxes]

    [Return to top icon missing]

    [Calendar / Announcements Half page elements are always uneven on homepage.]

    These are the issues on the homepage alone but they continue throughout..

    Please let me know if you can figure it out as soon as possible it is a little embarrassing to the company!

    Hi,

    Yes, the fix right now is to remove the -/+ Enfold buttons, i don’t know if Kriesi plans to make it compatible with the measurement price plugin but i’ll tag him to this thread so he’ll see your message.

    Best regards,
    Josue

    Hey Josue,

    that works. is it supposed to kill the interface whereby the buttons to increase the quantity are now gone for none measurement products?

    Will kriesi be working on making enfold more compatible with woocommerce hooks for plugins like measurement price calculator in future releases?

    thank you so much for helping with this ~!

    ENB..//

    #680850
    TESLA
    Participant

    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…

    • This topic was modified 9 years, 7 months ago by TESLA.
    #680573

    Hey dfds,

    To change the button color Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    			
    .avia-button {
    	background-color:gold!important;
    }
    

    most of the colors can be customised from Enfold > General Styling and Enfold > Advance Styling options.

    If you need further help please let us know specifically what you would like to change and we will be more than happy to help you :)

    Best regards,
    Vinay

    #680325
    svetlana_i
    Participant

    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

    #680150

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .phone-info .avia-button {
        background: orange;
        border: none;
        border-radius: 5px!important;
        margin-top: 0;
        margin-bottom: -20px;
        top: -9px;
    }

    Regards,
    Yigit

Viewing 30 results - 6,781 through 6,810 (of 11,220 total)