Hi there,
I included an Iframe on a page. It is displayed correctly on the preview but I get a blank screen if I publish the draft.
I tried different plugins but with the same result.
Any suggestion?
Cheers!
Sorry to open a new thread with the same name, but unfortunately this one here got closed prematurely:
https://kriesi.at/support/topic/yoast-seo-plugin-makes-some-pages-go-missing-incompatibility/
It’d be great if the forum moderators could be a bit more patient before closing threads… I couldn’t even reply to the last post in the above thread (private reply from user “maximondo”)… any way to do so, to say thank you???
Anyway… back on topic:
I managed to resolve the problem with disappearing pages upon activation of the Yoast SEO plugin. Seems like other users of the Enfold theme were experiencing the same issue:
http://wordpress.org/support/topic/some-pages-disappear-when-i-activate-the-plugin?replies=6#post-5171996
The solution in that thread (modifying functions.php) didn’t work for me. Some pages still went missing in WP-Admin, but were visible online. So I temporarily activated the “Twenty-Fourteen” theme that comes with WP3.8 and voila: all pages were back again.
I then noticed that I still had a lot of pages from the Enfold demo content (marked as “draft”). So I trashed & deleted all of the demo content pages, and re-activated the Enfold theme. And… woooohooo: All pages visible.
Don’t know why, and what happened – but at least it’s now working.
Still: Might be worth investigating for the Kriesi/Enfold team. It could well be that the number of pages or drafts was the problem….
Hi Kriesi!
When using the advanced layout editor, Enfold stores the URL for images with an absolute path, e.g. http://www.domain.com/someblog/files/2014/01/104314531-2-300×200.jpg instead of storing a relative path like “files/2014/01/104314531-2-300×200.jpg” .
This is a big problem when trying to change the URL of the site, since the pictures still point to the old URL. Same problem occurs, when bulding the site on a multisite installation and then trying to assign a domain as the last step.
Couldn’t you male Enfold store only relative file paths? The these scenarios would work smoothely.
Thanks,
Rolf
Hi Guilherme!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#top .social_bookmarks li a { font-size: 18px; }
Regards,
Yigit
Hi der_mueller!
Please go to Enfold theme options > Header tab and choose one of non-fixed header types
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .social_bookmarks { float: left; margin-top: -4px; }
#top .social_bookmarks li { padding: 0!important; }
Cheers!
Yigit
Hi Dude!
Hey, some progress :-D
The author of “CSS & Javascript Toolbox” wrote me this:
CJT <= 6.1.1 prepared all blocks associated with the request within “wp” WordPress hook action.
CJT > =6.1.2 is now using the “template_redirect” hook filter to do that. “template_redirect” hook filter is being fired and processed by WordPress for canonical URLs. This filter is not being fired on your WordPress installation might be because of the theme or another Plugin.
Can this help you investigating? Is the “template_redirect” hook not fired when using the advanced layout editor of enfold?
Best Regards,
Rolf
This reply has been marked as private.
Hey akamaxbuz!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_menu ul:first-child > li > a { font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
Cheers!
Yigit
Thanks Peter. Great suggestion with SearchWP. Works nicely. The code for functions.php also worked like a charm.
You guys always provide the best support!
Hey akamaxbuz!
Please refer to my post here https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
If you want to double the size, instead of 200 please enter 176 then add following code to Quick CSS in Enfold theme options under Styling tab
.fixed_header #main {
padding-top: 176px;
}
Cheers!
Yigit
Thanks, Yigit,
I tried it. But it still doesn’t work.
My theory is, that the problem results from the fact, that iOS-devices recognize certain numbers as phone-numbers and treat them separately from the text as a kind of links. These have perhaps their own CSS-rules, which overwrite the ENFOLD-rules.
If this was true, I would need some browser-sniffer-rule. What do you think?
Kindest regards,
Klaus
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia_textblock h1,.avia_textblock h2,.avia_textblock h3,.avia_textblock h4,.avia_textblock h5,.avia_textblock h6 { font-weight: normal; }
Best regards,
Yigit
Hey Kropstar!
Please go to wp-content\themes\enfold\includes\admin folder and open register-backend-styles.php file. There you can find predefined colors. For adding Google fonts, please see Ismael’s post here https://kriesi.at/support/topic/fonts-3/#post-213641
Best regards,
Yigit
Update:
1. Switched from shared GoDaddy server to dedicated 1and1 server.
2. Switched from GoDaddy email account to Gmail.
3. Installed “WP-Mail-SMTP” and sent test message. PASS
4. Sent test message from Enfold Contact Form. PASS
I’m guessing that it was a firewall issue on the GoDaddy server.
Can’t guess why direct send from WP-Mail-SMTP PASSED but the contact form FAILED.
Any ideas?
Hey!
Glad that the contact form plugin works for you. If we find a bug in our theme code we’ll fix it but we’re not aware of a bug in our send function. Unfortunately some host provider (i.e. hostgator) simply won’t work with our contact form and we don’t know why because we use the standard wp_mail() function http://codex.wordpress.org/Function_Reference/wp_mail to send the emails.
Regards,
Peter
I use sendpepper as my autoresponder, adding the HTML for the form pages breaks the edit window in Enfold.
Whenever I add a form (just using HTML in a text box), when I go back in and re-edit the page the editor doesn’t view properly…I can’t undo it because the update button isn’t visible on the page anymore, the boxes are all over the place and I can’t view the content of the page to change it.
Please note that this is NOT a plugin (I’ve asked this question before and was told that third party plugins aren’t supported)…it is just some HTML code that I’ve added to a page…I can’t even take the HTML code out because I can’t view the editor (either basic text or avia) or the ‘update’ button when I try to edit the page.
I’ve tried this on a couple of pages and the same thing happens every time. Please advise as i need to find a way to be able to use an HTML form in Enfold together. The page appears to be working fine, I just can’t edit it anymore, which is something of a problem!
Thanks,
Claire
@dude
Hello,
In my case Contact form 7 did the job.
Its drawback of theme that this question had been raised number of times by theme users.Your team should fix this bug in next release as it might create negative impact on this beautiful theme.Unfortunately we have to use 3rd party plugin despite having inbuilt contact form functionality in theme.
Thanks Kriesi team for responding quickly to query.
-
This reply was modified 12 years, 1 month ago by
peerbits.
Hello,
I have a series of problems with Enfold Theme and Plugin WPML translations.
I mean, when a page using the Portfolio Gid (Avia Layout Builder) I have problems with the categories of Portfolio Items. I get only the main categories of the language, that is, when I’m in Spanish I get the categories Catalan (main language). This also happens to me in the prodcut Grid (woocommerce plugin) that allows you to display products in a category or more, the problem is that I always leave the categories of primary language, Catalan.
Is there any solution for this bug?
This is the test site: http://ramoncrusellas.com/catvan2/
Thank you!
Hi!
I’m not sure why the filter is not working but please download the font that you want on http://fontello.com/ then upload it via Enfold > General Settings > Icon Font Manager. Edit functions.php, find this code:
'scrolltop' => array( 'font' =>'entypo-fontello', 'icon' => 'ue876'),
Below, add this code:
'slideshare' => array( 'font' =>'fontello', 'icon' => 'ue802'),
I used the checkmark from Font Awesome. Edit includes > admin > register-admin-options.php, find this code on line 971:
'Youtube' => 'youtube',
Below, add this code:
'Slideshare' => 'slideshare',
You can now select the Slideshare social icon. You can do the same with yelp icons. Regarding the icon codes, you need to remove the plus sign. U+E802 should be converted to ue802.
Cheers!
Ismael
Hi,
I get the above error in avia-builder.js when I try to save a promo-box, or a button, which prevents me from updating my website.
I’ve just reinstalled the latest version of enfold.
Other message:
“[AVIA-HELP] Make sure that the modal_on_load function defined in your Shortcodes config array exists ”
and:
“Uncaught TypeError: Object function (p_val) {
var l = this.length;
for(var i = 0; i < l; i++) {
if(this[i] == p_val) {
return true;
}
}
return false;
} has no method ‘replace’ avia-builder.js?ver=0.4:1150
$.AviaBuilder.update_builder_html avia-builder.js?ver=0.4:1150
$.AviaBuilder.send_to_datastorage avia-builder.js?ver=0.4:1081
$.AviaModal.execute_callback avia-modal.js?ver=0.4:281
(anonymous function) avia-modal.js?ver=0.4:59
x.event.dispatch load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,plupload-html5,plupload-f…:4
v.handle load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,plupload-html5,plupload-f…:4”
Hello,
One question:)
When I move a site from one server to another (test to live) I alter the MYSQL DB file in Notepad.
For example. When I made a site on test.groeier.nl and I want to move it to http://www.groeier.nl
I change all the test.groeier.nl to the http://www.groeier.nl links
No problems so far, the site works almost great then.
The only problem is, that te settings from the enfold theme become blank, so I have to put in all the settings again.
Can you tell my how to solve this, because I would think the settings are in the DB?
Gr. Jeen
Hello!
Any way to have the pricing tables having different color one from the other?
http://kriesi.at/themes/enfold/shortcodes/pricing-and-data-tables/
for examples the $20/month be green..
Thanks!
Same problem. Here is the fault finding I have done:
Wordpress 3.8.1 With Enfold
1. Installed “WP-Mail-SMTP” and sent test message. PASS
2. Sent test message from Enfold Contact Form. FAIL
3. Installed “Easy WP SMTP” and sent test message. PASS
4. Sent test message from Enfold Contact Form. FAIL
5. Installed “Contact Form 7” and sent test message. FAIL
6. “Grunion Contact Form” and sent test message. FAIL
Any ideas?
This reply has been marked as private.
Hey!
Du kannst alle Feature Requests hier: https://kriesi.at/support/topic/enfold-feature-requests/page/18/ posten.
Öffentliche Roadmap gibt es derzeit keine. Der Plan sieht derzeit so aus, dass wir heute oder morgen ein Update veröffentlichen, welches Video Backgrounds und Parallax Effekts zu “Color Sections” hinzufügt und man kann jetzt auch Videos zu den Slidern hinzufügen. Weiters gibt es Detailverbesserungen – zB aktualisiert sich jetzt die Filter Liste des “Masonry Portfolios”, wenn man den “Load More” button klickt und die Copyright Zeile unterstützt jetzt Shortcodes. Das nächste Update wird vermutlich rtl Support und LayerSlider 5 bringen und dann sehen wir weiter.
Regards,
Peter
Hey condonpb!
Please go to Enfold theme options > Header tab and choose to display “Non-fixed header with additional navigation” and add your text in “Phone Number or small info text” section
Cheers!
Yigit