Forum Replies Created
-
AuthorPosts
-
Hi!
Please use this css code to hide the flags on all websites:
.menu-item-language img.iclflag { display: none; }
– I recommend to add it to the child theme style.css file. If you want to insert it into the quick css field you must save the code several times because Enfold creates a different option set for each language. You can use the language switcher (Enfold > Theme Options) to save the quick css content for each language.
Regards,
PeterHi!
Yes, I think this is possible because we use the get_template_part() function to call the template. Just create an “includes” folder in your child theme directory and copy the modified related-posts.php into this folder – i.e. the file path should look like: wp-content/themes/enfold-child/includes/related-posts.php
Regards,
PeterJune 6, 2014 at 12:14 pm in reply to: WPML language switcher disappear when turn into an other than default language #275534Hi!
Yes you can replace the default theme language switcher with a dropdown – see https://kriesi.at/support/topic/wpml-switcher-dropdown/#post-270204
Best regards,
PeterHey!
In wp-content/themes/enfold/index.php and wp-content/themes/enfold/single.php
Best regards,
PeterHi!
Yes, I recommend to use the advanced layout editor. Just create a page, add a blog element to it and configure the categories. Then go to Enfold > Theme Options and select this page from the “And where do you want to display the Blog?” dropdown. Then click on the “Blog Layout” tab and select “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” from the “Blog Style” dropdown.
Best regards,
PeterHey!
Great, glad it works now :)
Best regards,
PeterHey oliviad!
Try this code:
div .product-sorting .sort-param-order, div .product-sorting .sort-param-sort {display: none;}
Best regards,
PeterHey Adenadoume!
Open up wp-content/themes/enfold/includes/related-posts.php and replace:
$tags = wp_get_post_tags($this_id);
with
$tags = get_the_category($this_id);
and
'tag__in' => $tag_ids,
with
'category__in' => $tag_ids,
Regards,
PeterJune 6, 2014 at 11:17 am in reply to: WPML language switcher disappear when turn into an other than default language #275512Hi macotomasi!
Someone added this code to the quick css field:
.language_es, .language_en, .language_de, .language_fr { display: none; }
which hided the flags. I removed it and the flags now show up as intended.
Regards,
PeterJune 5, 2014 at 6:19 pm in reply to: Page Speed – JavaScript- und CSS-Ressourcen, die das Rendering blockieren #275253Hey ConflateGermany!
Bzgl Antwortzeit des Servers reduzieren, Komprimierung aktivieren und Browser-Caching nutzen kann nur der Server Administrator/Host helfen, da dies mittels Serverkonfiguration gelöst werden kann. Bzgl Bilder optimieren empfehle ich zb Tools wie: http://www.smushit.com/ysmush.it/ oder http://www.obviousidea.com/de/windows-software/light-image-resizer/
Um CSS reduzieren zu lösen kann man tools wie https://wordpress.org/plugins/w3-total-cache/ oder https://wordpress.org/plugins/bwp-minify/ installieren – diese komprimieren bestehende Dateien und fügen diese in eine einzelne (große) Datei zusammen.
Für die “JavaScript- und CSS-Ressourcen, die das Rendering blockieren” gibt es leider keine umfassende Lösung, da wp-includes/js/jquery/jquery.js und wp-content/themes/enfold/js/avia-compat.js im Kopfbereich geladen werden müssen und daher Google diesen Fehler anzeigt. Diese kann man aus div. technischen Gründen nicht im Fußbereich laden und daher ist diese Fehlermeldung bzgl der Dateien nicht lösbar. Die anderen Theme js Dateien werden standardmäßig im Fußbereich geladen und diese kann man auch mittels w3tc im Fußbereich komprimiert laden.
Best regards,
PeterHi!
No, you won’t loose the quick css code. However the custom.css file will be affected by the update and you must backup the file before you upload the new theme files. I suggest to use a child theme to overwrite the parent theme styling code – you just need to cop the code from custom.css to the child theme style.css file. http://kriesi.at/documentation/enfold/using-a-child-theme/
Cheers!
PeterJune 5, 2014 at 12:25 pm in reply to: After Update to 2.8 got Error when trying to edit sites #275071Hey!
Please create a new thread and do not hijack the thread of other users.
Cheers!
PeterHey!
Ja, Artikel unterstützen den Advanced Layout Builder nicht. Dieser würde mit den Archiv und Blog Seiten nicht funktionieren und auch die “Formatvorlagen” sind mit den Templates nicht kompatibel. Ihr könnt aber die meisten Elemente mittels Shortcode (daher Zauberstab-Icon: http://www.clipular.com/c/4659274131177472.png?k=_Gwux5k1sTPEtpAhTmYayumoWXg ) einfügen. Der Template Builder selbst funktioniert nur auf Seiten und Portfolio Einträgen.
Regards,
PeterHi!
Only the copyright notice at the bottom. You just need to add
[nolink]
into the copyright text field to remove it (Enfold > Theme Options).
Regards,
PeterHi vaan13!
Yes, the advanced layout builder is not compatible with the shop page template of WooCommerce. You can create an Advanced layout Builder template and use the “Product Slider”, “Product Grid” or “Masonry Grid” element on this page to display some products or you can use a page as standard shop page but you can’t combine both things together. The default shop page will always look like: http://kriesi.at/themes/enfold/shop/ and you can’t change the design.
Regards,
PeterHi!
Yes, this would work. You just need to replace the default theme name “Enfold” with your custom theme name and (if you want to) you can also change the folder name and then upload the folder with ftp to your server. However you must always do this manually (with each update) because if you use the auto update feature WordPress will overwrite the folder and customized style.css file with the default files and then the theme name is “Enfold” again and you loose your settings. So always make sure that the theme name is consistent and that the style.css file contains the custom theme name before you upload the files.
Cheers!
PeterHi YomStar!
You can try to add this code to the child theme functions.php file (or enfold/functions.php):
add_action('wp_head','avia_add_custom_contact_form_js', 100); function avia_add_custom_contact_form_js() { $output = "<script>jQuery(\"option[value='General comment or question']\").attr('selected', 'selected');</script>"; if(is_page(1224)) echo $output; }
Note that you can replace “General comment or question” with any other option value and 1224 is the id of your contact page.
Regards,
PeterHey!
Yes, it’s called max_input_vars – i.e. see http://techtalk.virendrachandak.com/big-forms-and-php-max_input_vars/
Best regards,
PeterHi atakoglu!
No, changing the style of the masonry entries or adding new gap options is not easily possible. It’s doable but it would require some theme code customization done by a skilled developer/freelancer.
If you want to change the title font attributes use this css code:
.av-masonry-entry .av-masonry-entry-title { font-size: 13px; }
and for the content below the title:
.av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content{ font-size: 13px; }
Obviously the font-size code is just an example and you can add any css/font attribute to the code. If you want to change the breadcrumb color use:
.main_color .av-masonry { background-color: #ebebeb; }
and change the color value. You can place the css code into the child theme style.css file or into the quick css field.
Best regards,
PeterHey!
Ah ok – now I understand the confusion. You can’t set the page hierarchy with the main menu – the main menu and the page/breadcrumb hierarchy are two separate things and won’t affect each other. If you want to show the “Property Neighborhoods” page in the breadcrumb you must set it as parent page for your child pages. I did that for “Adam’s Village” here and now the page breadcrumb http://209.216.16.228/area-information/property-neighborhoods/adams-village/ looks like: “You are here:Home / Area Information / Property Neighborhoods / Adam’s Village”. Also note that the permalink /area-information/property-neighborhoods/adams-village/ now reflects the right structure and adds the /property-neighborhoods slug to the url.
Cheers!
PeterHi BarbaraD!
Please try to use the “Fullwidth Easy Slider” and select the “No Scaling” option: http://www.clipular.com/c/5327575874273280.png?k=WF29SkIbdi1NR-D3JHOuxhiCR7w – Enfold will then use the original image and won’t crop it when you re-size the browser window.
Best regards,
PeterHi tonblam!
1) I did a quick test on my test server and the breadcrumb displays the page the attachment is attached to. Please create me an admin account and I’ll check why this “Test-page elizabeth” page pops up in the breadcrumb.
2) Open up wp-content\themes\enfold\includes\loop-search.php and replace:
echo "<h2 class='post-title entry-title'><a title='".the_title_attribute('echo=0')."' href='".get_permalink()."' $markup>".get_the_title()."</a></h2>";
with
$link = (is_attachment($the_id)) ? wp_get_attachment_url($the_id) : get_permalink($the_id); echo "<h2 class='post-title entry-title'><a title='".the_title_attribute('echo=0')."' href='$link' $markup>".get_the_title()."</a></h2>";
You can copy the modified loop-search.php into your child theme folder (enfold-child\includes\loop-search.php).
Cheers!
PeterJune 5, 2014 at 9:14 am in reply to: activation page gravity forms overlapped in header, not appear in main content #275006Hey!
Please contact the Gravity Forms plugin authors for help. It seems like the templates I provided here: http://www.mediafire.com/download/8wvcbh24bcfpl5a/gfur-activate-template.zip are not used but I’m not sure why. Maybe the code on github is outdated or some additional tweaks are required…
Cheers!
PeterHi Gabster!
Please try to re-install all themes files via ftp: https://vimeo.com/channels/aviathemes/67209750 – maybe one or more files are corrupt and break the template builder. You can also try to increase the allocated php memory to 128M: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ and to deactivate all third party plugins/extensions – maybe a plugin triggers a js error which breaks the template builder.
Cheers!
PeterJune 5, 2014 at 9:00 am in reply to: Accordion slider on mobile device – Can I increase height? #275003Hey!
No, you just need someone with decent jquery/js skills ans css3 skills. Basically he needs to write a script which changed the size/height of the slider based on the screen resolution.
Best regards,
PeterJune 5, 2014 at 8:49 am in reply to: woocommerce cart/checkout layout issues when using smartdevice (portrait mode ) #274996Hi!
I changed the css code yesterday a bit and sent the patch to Kriesi. The table layout should improve with the next update.
Cheers!
PeterHi!
Great, glad it worked :)
Regards,
PeterHey!
Another user: https://kriesi.at/support/topic/layerslider-wp-problem-layerslider-nicht-editierbar-weisse-seite/ reported a similar issue (could not edit any slide) and he solved the issue by updating php to version 5.4. I noticed you’re using php 5.3.10 at the moment and I recommend to update php to 5.4.
Best regards,
PeterHey!
Tbh I’m not sure if you really need a plugin to add a guestbook. You could use a bbpress forum or a standard posts with comments as a guestbook. If you want to use a plugin you can try http://wordpress.org/plugins/rizzi-guestbook/ or http://wordpress.org/plugins/wp-vipergb/ or https://wordpress.org/plugins/comment-guestbook/ – all plugins are still maintained.
Regards,
PeterHi!
Did you click the “generate mo file” button after you translated the text strings? http://www.clipular.com/c/5243835286290432.png?k=WrT77pjXZMOQtpYy1ghaYV2kSgg
Best regards,
Peter -
AuthorPosts