Forum Replies Created
-
AuthorPosts
-
Hey!
Add this on Quick CSS to move the whole portfolio grid by 10px to the left:
.avia_sortable_active .isotope { margin-left: -10px; } .no_margin.av_one_fourth.first { padding-left: 10px; }
Best regards,
IsmaelHey!
I created a new post called “Test” then added a featured image. The featured image and the title takes me to the correct post when clicked. Please recreate the post “Feeding Orphans”, the permalink is incorrect. I’m not sure why but did you manually change the permalink of the post?
This is the post that I created: http://bringingmiracles.com/test/
Regards,
IsmaelHey oliviad!
You can edit includes > loop-search.php, find this code:
echo "<span class='search-result-counter {$counterclass}'>{$post_loop_count}</span>";
Replace it with an image icon:
echo "<span class='search-result-counter {$counterclass}'><img src='IMAGE URL HERE'></span>";
What do you mean by “- Page Title Here the sentence in which the word appears.”?
Cheers!
IsmaelHi babayard!
Please download the theme again on your themeforest account then upload it via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/64927356
Also, try to update the theme right through the dashboard. Refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
IsmaelJanuary 15, 2014 at 6:09 am in reply to: Full width layerslider disappear when using my own template page #209864Hi Voilaah!
Can you please give us a link to the website? How did you add the layer slider on the template, with a shortcode?
Regards,
IsmaelHi kkoelling!
Please try to deactivate existing plugins, see if the issue gets fixed. Post the link of the website here so that we can inspect it.
Regards,
IsmaelHey mtmfx!
Yes, that is ok. You can also use the Color Section, add a background image. :)
Regards,
IsmaelHey glozemedia!
How did you move the website? Did you use the WordPress Exporter? We recommend the WP Migrate DB or WP MIGRATE PRO when transferring a website.
Best regards,
IsmaelHey!
That is weird. Can you please post the login details here? Set it as a private reply. We would like to inspect the post and the blog page.
Regards,
IsmaelHey!
Please post the actual link to the website and the product. We would like to inspect to give you a better css solution.
Best regards,
IsmaelHey Minz!
1.) Edit css > shortcodes.css, find this code on line 287 then remove it:
/*iconlist animation*/ .avia_transform .av_font_icon{ opacity: 0.1; -moz-transform:scale(0.5); -webkit-transform:scale(0.5); -o-transform:scale(0.5); transform:scale(0.5); } .avia_transform .avia_start_delayed_animation.av_font_icon{ -webkit-animation: avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */ -moz-animation: avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */ -o-animation: avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */ animation: avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */ opacity: 1; -moz-transform:scale(1); -webkit-transform:scale(1); -o-transform:scale(1); transform:scale(1); }
2.) Please add this on Quick CSS:
td span.av_font_icon { position: relative; top: 7px; }
Best regards,
IsmaelHi!
Choosing a direction is currently not possible with the Logo/Partner element. You need to hire a freelance developer to modify the Avia Slideshow Script. You can visit http://werkpress.com/.
Best regards,
IsmaelHi!
Did you install the LayerSlider as a standalone plugin? Please deactivate the theme’s default LayerSlider using this on functions.php, find this code on line 3:
global $avia_config;
Below, add this code to deactivate the plugin:
add_theme_support('deactivate_layerslider');
Best regards,
IsmaelHi!
Please use this on custom.css or Quick CSS to resize the button:
.avia-button-wrap.avia-button-left.bslider .avia-button.avia-size-large { padding: 5px 20px 5px 20px !important; font-size: 11px !important; }
Best regards,
IsmaelHey bluebirdnet!
What type of header are you using? Do you use the social icons? You can manually add the language switcher by editing header.php, find this code on line 103:
if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);
Below, add this code:
do_action('icl_language_selector');
The switcher should be visible on the upper left corner of the header.
Regards,
IsmaelHi bluebirdnet!
Please post the login details here as a private reply. Post the link of the website so that we can inspect it. Did you properly saved the options after you insert the text?
Cheers!
IsmaelHey Campleiter!
The script already sends the sensor parameter with ?sensor=false on class-framework-widgets.php. Did you use a different google map plugin?
Regards,
IsmaelHey!
I’m sorry, I still can’t go through the website. Can you please post a screenshot of the button? How did you add it? Please post the code here.
Cheers!
IsmaelHi!
I’m sorry but we didn’t receive an email. Can you please send it again? You can also post the login details here as a private reply. Only you and the moderators can see it.
Regards,
IsmaelHey ey3!
Edit the element then look for “Slider controls”, users can click the arrow to move the partner logos from right to left vice versa.
Cheers!
IsmaelJanuary 14, 2014 at 6:10 pm in reply to: Button element when editing redirects to the table settings #209580Hey!
Can you please give us a link to the website? Do you have any other plugins installed? Please deactivate them. Download the theme again on your themeforest account then override the old theme files.
Cheers!
IsmaelHi akcayit!
Use the Small Fixed Header. Go to Enfold > Header > Header Type.
Regards,
IsmaelHi!
Place it outside the comment tag. Add Josue’s code below this line:
add_filter('kriesi_backlink','__return_false');
Regards,
IsmaelHey peacnet!
Please add this on your custom.css or Quick CSS:
#top .avia-logo-element-container img { width: auto; }
Refer to this link: https://kriesi.at/support/topic/partnerlogo-element-is-a-mess-on-ie10/
Best regards,
IsmaelHi!
You can add this on your custom.css or Quick CSS to move the social bookmarks or icons on mobile view:
@media only screen and (max-width: 767px) { .responsive #header .social_bookmarks { left: 0; } }
Regards,
IsmaelHi DavidMiles!
Can you please post the login details here? I’m guessing a plugin is causing the issue. Please try to deactivate the SEO plugin if you have any.
Best regards,
IsmaelJanuary 14, 2014 at 11:39 am in reply to: Double links to my home page in the Enfold BreadCrumbs #209386 -
AuthorPosts