Viewing 30 results - 213,091 through 213,120 (of 244,506 total)
  • Author
    Search Results
  • #319558
    akircher
    Participant

    The “Sign In” and “Sign Up” links on the top right of our website no longer open in a lightbox after our server was upgraded to WP 4.0 and Enfold 2.9.2. I have already followed your directions in other forum posts such as disabling all plugins & rebuilding cache, neither of which has worked. I also tried changing rel=”lightbox” to “prettyPhoto” to no avail. Please help me solve ASAP! Secondly the old lightbox plugin allowed me to pass the lightbox dimensions (e.g., height and width) in the query string. Is this still possible? Can you provide a link with examples? Thank you!!!

    I’ll do my best to help, although I am not the person who changed it.

    If you are using child themes, then you’ll have to change it in the child.
    We changed a line in /wp-content/themes/enfold/includes/helper-social-media.php
    You’ll see the if statements below, I wanted to change ‘mail’ to ‘Check your Email’ and ‘support’ to ‘Customer Support’

    Hope this helps. Good luck.

    Here is the code inside the helper-social-media.php for me beginning at line 55. I’ll give you a big chunk so you can see the context.

    		function build_icon($icon)
    		{
    			global $avia_config;
    
    			//special cases
    			switch($icon['social_icon'])
    			{
    				case 'rss':  if(empty($icon['social_icon_link'])) $icon['social_icon_link'] = get_bloginfo('rss2_url'); break;
    				case 'twitter':
    				case 'dribbble':
    				case 'vimeo':
    				case 'behance':
    
    				if(strpos($icon['social_icon_link'], 'http') === false && !empty($icon['social_icon_link']))
    				{
    					$icon['social_icon_link'] = "http://".$icon['social_icon'].".com/".$icon['social_icon_link']."/";
    				}
    				break;
    			}
    
    			if(empty($icon['social_icon_link'])) $icon['social_icon_link'] = "#";
    			$blank = "target='_blank'";
    			
    			//dont add target blank to relative urls or urls to the same domain
    			if(strpos($icon['social_icon_link'], 'http') === false || strpos($icon['social_icon_link'], home_url()) !== false) $blank = "";
    			
    			$html  = "";
    			$html .= "<".$this->args['inside']." class='".$this->args['class']."_".$icon['social_icon']." av-social-link-".$icon['social_icon']." social_icon_".$this->counter."'>";
    			$html .= "<a {$blank} href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon']);
    			if($icon['social_icon'] == 'mail'){
    				$html .= "title = 'Check your Email'";
    			} elseif($icon['social_icon'] == 'support'){
    				$html .= "title = 'Customer Support'";
    			} else {
    			 $html .=  "title='".ucfirst($icon['social_icon'])."'";
    			}
    			 $html .= "><span class='avia_hidden_link_text'>".ucfirst($icon['social_icon'])."</span></a>";
    			$html .= "</".$this->args['inside'].">";
    
    			return $html;
    		}
    

    Dear Yigit and Enfold team:

    I just FTP’d/updated all the new files for the core Enfold theme. This did not fix it. First edit is fine, then going to another tab, the code is messed up with random p tags and the visual view is broken (white).

    Again, even though it took 5 days to get to this round of tests…the client wants to go live in a few days…and edit the menu. Also, I have used this for two clients and have two more…but I need this fixed (I do pay every time I use it). l ; )
    Thank you in advance!!
    John

    #319544

    Hey All!

    WordPress 4.0 can only work with Enfold version 2.9.2+. Updating does not remove any page data.

    If you are having a plugin conflict with WordPress 4.0 make sure you deactivate it. If you have plugins that are not compatible with 4.0 then you need to update or deactivate them.

    If you have any other issues let us know in a new topic with admin credentials as private data. So far we have had a small handful of quick fixes come up but nothing that has warranted a bug fix release at this point. This is over the span of 30k users so theme bugs should be highlighted very quickly for us but so far have not.

    So if you are still having issues make a new topic just for your issue and site so that we can take a look.

    Cheers!
    Devin

    #319538
    denisrowe
    Participant

    In my site I have CSS .breadcrumb-title {display: none !important;}

    However inspecting the code there is two H1’s on the page which is not good for SEO, the inspect item shows (private content)

    Is there anyway to have enfold not put extra H1 into the code, which effects the Google search results.

    Denis

    #319531
    This reply has been marked as private.
    #319527

    That’s great to hear!!

    Excellent support, another reason why I will keep using Enfold. Thanks for the info guys :)

    #319522
    rmatene
    Participant

    Recently updated WP 4, Enfold theme 2.9.2 Website: http://www.walyaswimwear.com/

    Forum topics #319438 and #319361 succinctly articulate the depth of my issues.

    I’ve deactivated ALL plugins, changed the affected icons (and then back again) and the problems persists. If other maintenance strategies should be undertaken to test the Enfold install, please advise.

    #319519
    tajenli
    Participant

    Hi,
    I just downloaded the newest Enfold v2.9.2. I found I can’t install it on my localhost (WAMP). it always give me the message:
    Are you sure you want to do this?
    Please try again.
    The same issue happened to my online testing environment on bluehost.com.

    However, I can install the older version v2.4.5 on my local WAMP server. I can also install the newer Enfold v2.9.2 on godaddy, a multisite environment.

    So what is the issue here? How can I solve this issue? I would like to develop a child theme on Enfold. It will be a bit challenge to do it online.

    Thanks,
    Darren

    #319518

    In reply to: Read More

    Enfold comes with share. but in post.
    if have some config i can do on enfold theme for stay together with read more without plugin

    #319513

    Hi There,
    I just updated to WP4 and my theme doesn’t work anymore! Specifically, in the Enfold menu options, the menu that should appear down the left side of that screen (Styling, Header, Footer, etc.) is no longer visible.
    Also, the wysiwyg editor is not longer showing when I add text to pages. I have to add everything via the “Text” tab.
    Please help!
    I have re-downloaded the latest theme and FTP’d it to my site, but I still cannot see the Enfold menu options. I am stuck :(
    Thanks,
    Carla

    killman68
    Participant

    Hello,
    Cant get Styles to change fonts, color, predefined color schemes, etc… I have read and tried everything to get color schemes to change in Enfold theme. I have disabled & deleted all plugins. cleared cache, tried different browsers, tried manually editing css, but nothing works.
    I have the latest version of Enfold and running WordPress 4.0..

    Thanks for your help,
    John

    #319481
    thomaslester
    Participant

    Hello!

    I just bought enfold (great theme) and tested with the plugin Theme-Check. Wau there is a lot of warnings. Do I have to worry about speed and functionality?

    I´m on WordPress 4

    Best Thomas

    #319473
    jorgepelaez
    Participant

    HI all I’m having several issues after updating Enfold to v. 2.9.2 and WP 4.0:

    All the sidebar widgets are gone
    WPML menu iten not showing in main menu (Yes, I have the option marked)
    Portfolio items are bigger and using full page width which I did not set up.
    I’m not using a child theme and it is late to switch to one.

    I tested deactivating all plugins and it did not solve the problem.

    Any help is appreciated.

    #319468

    Hey!

    Please update the theme to the latest version (2.9.2).

    Best regards,
    Josue

    #319462
    zerozendesign
    Participant

    ***EDIT: See below for better method of adding bold font weight***

    To enable a bold font-weight for headings, insert this code into your child theme functions.php file:

    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    add_filter( 'avf_google_content_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['GOOGLE FONT NAME HERE'] = 'GOOGLE FONT NAME HERE:400,600,700,800&subset=latin,latin-ext';
    return $fonts;
    }

    ***Leave your Heading Font in the General Settings area set to Default***
    ***Make sure each ‘h tag’ has the corresponding font selected (whichever font you added to in the code above) in the Advanced Styling area***

    Now in your css add the following code to the h tag that you want to use a bold font-weight for:

    h1 {
    font-weight: bold !important;
    }

    OR

    h1 {
    font-weight: bolder !important;
    }

    It make take some time for the changes to take effect. For some reason it took about 24 hours before my font-weights changed. Hope this is helpful.

    • This topic was modified 11 years, 6 months ago by zerozendesign.
    #319460

    Hi Again,

    I have updated WPML latest version and Enfold theme also updated, too…
    Yes, my page disappearing problem has been solved but now this time, when I activate WPML,
    I can not load any kind of media to my library, also when I try to upload image any portfolio slider,
    I can not load, too..

    When I de-activate WPML plug-in my media uploader works ok, also portfolio item upload options, too..

    Please help me about, both when I make active WPML to load any media to my website…

    Thank you for your help..

    #319452

    Topic: Double Scroll

    in forum Enfold
    Indiatravelz
    Participant

    Hello,

    my site http://indiatravelz.com has two vertical scrollbars, one of the hardly scrolls at all, the second one is fine.
    I’ve tried writing the code:
    html {
    overflow-y:hidden;
    }
    In the Quick CSS box in styling under Enfold options, but what happend is the the normal scrollbars was gone and all was left was the scrollbar that didn’t move at all.

    Please help

    Ori

    #319450
    Superbobrik
    Participant

    Hello
    Before WP4.0 update everything worked perfectly.
    1. http://i.gyazo.com/2da2fb6c3e13a55affa6df25249b9953.png
    Enfold page looks strange, with no side options, and it seems to me it is broken

    2. I use Learndash LMS and there is an option to set different pages for user to see regarding user’s quizz results. I mean- if user gets 0-50% of result- he sees one result, if he gets 50-100% result- he sees another page. For now after update the main problem is impossibility to create those page variant. It was just brief intro, please check the video (it is private):

    As you may see on video, first I use Enfold and try ro create a quizz with different result pages, next I switch to Twenty Fourteen and the same part of the same quizz from admin view is totally different and works correctly.

    3. Again with Learndash, when I create a quizz and assign it to the lesson, I should see only Lessons assigned with a course, but I see them all. On the video I show you the currnt situation and then, after theme switch- the correct way of how that should work.

    In private content I will add all details for the site login.

    #319442

    Hello Yigit

    I have updated to WordPress 4.0 with Enfold theme 2.6.2 and experiencing the same problems you mention here, cannot edit pages or access to multimedia files either. Have already bought the latest Enfold 2.9.2 version to upgrade but I do not want to loose all prior content on my HTP. Can you please tell me how to upgrade Enfold without loossing all previous enfold 2.6.2 information?

    I have already tried disabling all plugins but it does not seem to work either. I hope you can help me
    Thanks for your help!
    Claudio

    #319440
    expeditiondocs
    Participant

    About a week or so ago I upgraded WP on my server to 4.0. Since then I have had issues with widgets. I tried reinstalling WP 4.0 with no luck. I deactivated all my plugins… no change. But then someone on the WP forums suggested I changing over to the twenty fourteen theme. I did this which fixed the problem. And now that I’ve gone back to Enfold I am again having issues with widgets. My account information is provided (private).

    Any ideas? Thanks!

    Josh
    http://www.expeditiondocs.com

    #319435

    Topic: Responsive Logo

    in forum Enfold
    #319417
    nickgibbens01
    Participant

    Hey there, hope you are well.

    I bought your Enfold theme earlier this year and built this website with it:
    http://www.alicemackintosh.com

    After updating to the latest version of WordPress I am now experiencing a few major issues around images.

    – When inside a post or a page you click the add media button and nothing happens.
    – When setting a featured image on a post, page or portfolio item, its now opening the add media page in the same window (full width). So for example when you say set as default image it does not return you back to the actual post or page. Before it opened in a small frame.

    If you could take a look for me I would be most grateful. Login details posted in Private Content.

    Thanks

    Nick

    #319414

    Hi Ismael,

    Thank you for the reply, but to get the full setting which I am after I would have to spend $50 and would prefer to have a free solution if possible.

    Here is my current form which I have made in the current Enfold Contact Form Builder;
    Screenshot

    All I need is to be able to click the button, the form is sent to me, and then the user is directed to a set PayPal Subscription.

    Hope you can help! Look forward to your reply,

    Kind Regards, Charlie

    #319404

    Now it does.
    But does that mean, I can never use any plugins with enfold?!

    #319368

    Hey!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

    #319361
    boeellis
    Participant

    Dear Friends,

    I am sorry I could not understand how to actually arrive at a fix: https://kriesi.at/support/topic/icons-in-icon-box-are-chinese-characters/&#8230; Step by step maybe?

    My actual WordPress install is at boston.cjellis.com.
    My site URL is http://www.bostonchurchplanting.com

    There are no Chinese characters if you point your browser to the location of the WordPress install, only the site URL.

    Enfold 2.9.2. Just Updated…
    Chinese Characters confirmed in Chrome, Firefox…

    Thanks.

    Sincerely,

    Boe

    #319344
    mammothideas
    Participant

    hello,

    i am using Enfold for my portfolio site. i am having issues getting Gallery Big Preview images to crop, thumbnails as well. in Portfolio grids, the cells are not cropping images and are displaying in different sizes in the layout. i would greatly appreciate any help you can offer with these issues. thanks!

    – jordan

    #319343

    Hey @lcervigni!

    You have Enfold 2.9.1, please update the theme to the latest version (2.9.2).

    Best regards,
    Josue

    #319338
    This reply has been marked as private.
Viewing 30 results - 213,091 through 213,120 (of 244,506 total)