Forum Replies Created
-
AuthorPosts
-
Hi abedia!
Please see https://kriesi.at/support/topic/masonry-gallery-how-to-sort-by-random/
Regards,
PeterMarch 12, 2014 at 10:00 am in reply to: Entire Menu Disappearing (Instead of Select Items) with Membership Plugin #236197Hey!
Great, glad I could help you :)
Best regards,
PeterHi mattmorse!
You can probably do this with jquery. This thread may help you as a starting point: https://kriesi.at/support/topic/i-want-that-external-links-links-to-other-websites-open-in-a-new-windowtab/
If you’re not familiar with jquery I suggest to hire a freelancer. This script shouldn’t be very complex and with testing, etc. it probably takes 1 hour or so to implement it.
Cheers!
PeterHey!
You can’t overwrite the js file directly with the child theme. If you want to remove the default avia.js file and register a custom avia.js file insert this code at the very bottom of the child theme functions.php:
if(!is_admin()) add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100); function avia_register_child_frontend_scripts() { $child_theme_url = get_stylesheet_directory_uri(); wp_dequeue_script('avia-default'); //register js wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, false); wp_enqueue_script( 'avia-default-child' ); }
and then place the modified avia.js into your child theme (enfold-child/js/avia.js).
Cheers!
PeterMarch 12, 2014 at 9:30 am in reply to: Changes to blog posts not showing to public when use child theme #236181Hi isa_sss!
Please create us an admin account and post the login credentials as private reply. I’ll check the settings and hopefully we’ll find the cause.
Regards,
PeterHey!
The Press Permit 2 plugins cause the issue. When I deactivate them the links start to work. Enfold does not change the archive links or rewrite rules for archive links thus the issue must be related to the plugin.
Cheers!
PeterHey DGRComms!
Did the 2.6.1 update fix the issue? I just checked your website and the “Alice” font displays fine on your website.
Regards,
PeterMarch 12, 2014 at 8:47 am in reply to: Full-Width Masonry: change size each thumbnail and size each lightbox #236165Hey!
Please insert this code:
add_filter('avf_avia_builder_masonry_lightbox_img_size','avia_change_image_size_masonry', 10, 1); function avia_change_image_size_masonry($size){ return 'full'; }
into the enfold/functions.php file or insert it into your child theme functions.php file. The code makes sure that your lightbox open the original image and not the “large” thumbnail version.
Cheers!
PeterHi!
1) No, sitemap.xml is not a must. Smaller websites do not require a sitemap at all, large websites with a complex page hierarchy may profit from a sitemap. However it’s hard to determine an exact threshold and I’m pretty sure that every seo expert would give you a different answer. However on the other hand a sitemap.xml will not hurt your ranking – thus if you’re not sure about it it’s better to generate a sitemap.
2) WordPress is a CMS system and it uses themes and plugins to extend the core features. I’m not aware of a script which allows you to generate a sitemap without a plugin. The only option would be to build the sitemap manually. Personally I suggest to use http://wordpress.org/plugins/wordpress-seo/ or http://wordpress.org/plugins/google-sitemap-plugin/ to build the sitemap. You can also deactivate the plugins after the generation. As soon as you add a new post/page, etc. activate the plugin again and hit the “regenerate sitemap” button to generate the sitemap for portfolio pages.
3) No, especially http://wordpress.org/plugins/wordpress-seo/ supports custom post types like the “portfolio entries” and it will generate a proper sitemap.
4) No, you can also maintain it manually. However I suggest to build the initial sitemap with a plugin because I’m not sure which structure/syntax the sitemap uses and Yoast SEO will take care of this.
5) Please update to 2.6.1 and check if the update solves the issues. I’m pretty sure a) is fixed now, I’m not sure about b and c.
6) Yes, open up enfold/js/avia.js and replace:
setTimeout(function() { currentLink.animate({opacity:1},1500); }, (100 * i));
with
currentLink.animate({opacity:1},100);
Best regards,
PeterHi!
I checked the download link and it points to 1.1 of the plugin. I just released two version (1.0) and a few days ago 1.1.
Regards,
PeterHey!
1) Könnt ihr bitte einen Link zu der Seite mit den Hover Effekten posten? Ich muss mir ansehen, warum der Code nicht funktioniert.
2) Den Underline Effekt könnt ihr mit folgenden Code deaktivieren:
#top li:hover .avia-menu-fx, #top li:hover .current_page_item>a>.avia-menu-fx { opacity: 0; visibility: hidden; }
Best regards,
PeterHi!
No, unfortunately I’m not aware of a reliable solution. The easiest way to find useless code would be to open up all pages which are affected by your custom css code and then start to delete small parts of your custom code. If the style changes you know it’s required. If it doesn’t change the code is not required anymore.
Best regards,
PeterHey!
@Gee Are Pabst: Try this css code:
@media only screen and (max-width: 767px){ .responsive #header .social_bookmarks { position:relative; } .responsive .mobile_slide_out .logo { margin-top: 20px; } .html_header_top.html_bottom_nav_header #header_main { height: 125px; } .responsive .logo a, .responsive .logo img { max-width: 90%; height: auto !important; } }
to improve the styling.
@hojoon: Please go to your English website and try to re-save the theme settings (Enfold > Theme Options).Cheers!
PeterHey Jaroslav!
I suggest to use the free Codestyling plugin to translate the theme or to change the content of the current translation. Install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click the “create po-file” button. Click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner). Search for “Leave a Reply” and “Want to join the discussion?”, etc to translate the comment text strings.
Best regards,
PeterHey gentlemansgazette!
I’m not familiar with google search and I can’t help you with the implementation. I recommend to install a wordpress search plugin like: SearchWP if you want to improve the search. You can also try to follow the instructions another user posted here: https://kriesi.at/support/topic/how-to-integrate-google-custom-search-cse-into-enfold/ but again, I can’t give you more details about the implementation…
Best regards,
PeterHi!
1) Versucht den CSS Code mit !important einzufügen. Wenn er dann noch immer nicht funktioniert, ist es ein Problem mit eurem Server Cache, da der Code an sich gültig ist und mit !important auf jeden Fall alles andere überschreiben sollte.
2) Wenn ihr kein Secondary Menu anzeigen wollt stellt sicher, dass zumindest die “Header Social Icons” aktiviert sind (zb mit “Display at the top bar left”). Wenn ihr keine Icons anzeigen wollt, dann löscht einfach alle Social Links in der Liste (einfach auf das rote X klicken). Ich werde Kriesi aber bitten die Nummer-Option mit dem nächsten Update zu berücksichtigen, selbst wenn keine Social Icons gesetzt sind.
3) Diesen Fehler konnte ich nicht reproduzieren. Könnt ihr mir einen Admin Account einrichten, damit ich diese Option auf eurem Server testen kann?
Best regards,
PeterMarch 11, 2014 at 6:51 pm in reply to: Enfold WPML issue with Blog Posts module (advanced editor) #235758Hey!
Maybe the language cookie is missing. Try to clear your browser cache & delete cookies and then go to the editor page to translate it. See: https://kriesi.at/support/topic/wpml-homepage-blog-post-not-working/#post-230549#
Cheers!
PeterMarch 11, 2014 at 6:49 pm in reply to: Blog Post disappeared + Masonry Gallery order of appearance #235754Hi!
Unfortunately I’m not familiar with the POST TYPE ORDER code. Please contact the plugin author and ask him to look into this issue.
Best regards,
PeterHey!
Maybe try to clear the browser cache. Afaik the “overlay_gallery” setting activates or deactivates the preview thumbnails and you don’t need to change anything else.
Cheers!
PeterHi glozemedia!
Afaik Kriesi added some new header options to the theme framework. Please go to Enfold > Theme Options > Header and check your header settings. Then click the “Save changes” button to save the theme options. Probably re-saving the theme settings will solve the issue.
Best regards,
PeterMarch 11, 2014 at 11:03 am in reply to: Entire Menu Disappearing (Instead of Select Items) with Membership Plugin #235373Hi!
I noticed a small syntax error in my code. I updated it here: https://kriesi.at/support/topic/entire-menu-disappearing-instead-of-select-items-with-membership-plugin/#post-232162
Please insert it at the very bottom of functions.php and make sure no other theme code is affected by the custom code (i.e. do not overwrite existing code).
Regards,
PeterHi joelkriteman!
Yes, you can use the gallery shortcode. Just click on the “magic wand” icon to use the shortcode generator and then click on “Gallery” to add a gallery element/shortcode to the page: http://www.clipular.com/c/5576096791658496.png?k=fw3txbOaFrdCWcy9bPI5pI-o7Cc
Regards,
PeterHey!
I think this post: https://kriesi.at/support/topic/portfolio-custom-urllink-setting-open-in-new-window/ will help you.
Best regards,
PeterHi!
Please make sure that the “English” version of the entry is translated independently. If necessary click the button on the post editor screen: http://www.clipular.com/c/5229498811285504.png?k=P7dw2lW-PH_-jjXtJo1jjvTRyjE
Then click on the gallery element and make sure that the right images are selected. Maybe you also need to install this plugin: http://wpml.org/documentation/getting-started-guide/media-translation/ otherwise you can’t translate the images/attachment entries.
Regards,
PeterHi!
Yes, you can try to overwrite the entire widget code with your child theme. Insert this code: http://pastebin.com/raw.php?i=QfxGGn3y into the child theme functions.php file (at the very bottom).
Cheers!
PeterHey!
Versucht die Linkfarbe mit diesem Code anzupassen:
#top .wsp-pages-list a{ color: #919191; } #top .wsp-pages-list a:hover{ color: #21749b; }
Die Farbwerte könnt ihr natürlich ändern.
Cheers!
PeterHey!
I recommend to use ftp to update the theme. A tutorial video can be found here: https://vimeo.com/channels/aviathemes/67209750
Regards,
PeterHey!
No, unfortunately not. I still get the same error. Maybe try to create a new user.
Regards,
PeterHi!
I think this issue is related to a small bug in functions.php. Please try the fix Devin provided here: https://kriesi.at/support/topic/after-update-to-2-6-some-css-styles-child-theme-style-css-are-not-being-applied/#post-235122 . We’ll release the hotfix update asap.
Best regards,
PeterHey!
Please update your theme to version 2.6. If the update doesn’t fix the issue please try to deactivate all third party plugins and check if the sidebars, etc. start to work. If yes a plugin causes a conflict and you need to activate them one by one to find the culprit.
Cheers!
Peter -
AuthorPosts