Forum Replies Created
-
AuthorPosts
-
Hi,
glad you could solve it. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
AndyHi,
the code will display search icon on mobile, so please follow the instructions and adjust the values as needed.
If you want to make sure no custom code is making problems inside your functions.php, then please remove any custom code one by one and check which one is causing problems.Best regards,
AndyHi,
use a Code Block element for it.
Best regards,
AndyHi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
AndyNovember 22, 2016 at 3:20 pm in reply to: Contact form problem – Thank you mail isn't delivered to the sender #715339Hi,
try this code instead:
add_filter('avf_form_autoresponder_from', 'avia_change_autoresponder_from', 10, 3); function avia_change_autoresponder_from($from, $new_post, $form_params){ $from = " (Email address hidden if logged out) "; return $from; }
If it does not work for you, then I would give Contact Form 7 plugin a try.
Best regards,
AndyHi,
I don’t think this is a theme specific issue, but try to check by yourself by activating a default WP theme instead and let us know if you have the same result there or not.
Best regards,
AndyHi,
3.) You can move the elements by editing the includes > loop-index.php file. Another way could be to use ALB for your blog posts, then you could position your date wherever you want to.
Best regards,
AndyHi,
for mobile you need to take the same code I’ve provided to you and wrap media queries around it, like this:
@media only screen and (max-width: 736px) { .header-mountains img { position: relative; top: 15px; }}
Adjust media queries as needed. For more infos: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
AndyNovember 22, 2016 at 1:04 pm in reply to: Various CSS Modfification Problems ( Masonry Padding, Typos, Masonry Mouseovers) #715282Hi,
try to add an !important:
.av-inner-masonry-sizer { margin: -10px !important; padding: 10px !important; }
Don’t forget to clear browser cache and hard refresh a few times. Hope this helps!
Best regards,
AndyHi,
try this code:
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) { #top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li { display: initial; top: -9px; right: 8px; float: right; } #advanced_menu_toggle { right: -35px; }}
and adjust as needed. Hope this helps!
Best regards,
AndyNovember 21, 2016 at 2:22 pm in reply to: Problem mit Bildern, dem Vollbild-Slider, den Kunden-Empfehlungen und Partner/Lo #714814Hi,
der Admin Login funktioniert leider nicht. Kannst du uns bitte einen korrekten Zugang zuschicken?
Bitte spiele ein Backup von deiner Version rauf, als alles noch funktionierte.
Gruß,
AndyHi,
wie gesagt passe den Top Wert aus meinem Code an, bis du einen Wert gefunden hast, der für dich passt.
Gruß,
AndyHey Reinhard,
nutze diesen Code:
@media only screen and (max-width: 767px) { #header_main .container .logo a img { height: 60px !important; }}
Gruß,
AndyHi,
stop using the Enfold settings for your caption, instead use css code to adjust the
position of your caption: .slide-1 .slideshow_align_caption { top: 50px; }
Change .slide-1 to .slide-2 for your second image and so on. Adjust top value as needed.
Best regards,
AndyHey Pascal,
I noticed that have used a caching plugin. Would you mind opening your plugin’s settings page and temporarily deactivate the caching of your site? Then please try to clear your browser cache and hard refresh the site (Hold CTRL + SHIFT + RELOAD) to see if that solves the issue. Finally deactivate your caching plugin again, as well as all other plugins, to check which one is causing this issue.
Best regards,
AndyHey mtnet,
you could try it with an iFrame, check this: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/#prettyPhoto
However, maybe using a plugin would be easier for you.
Best regards,
AndyHey cipriana,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
AndyNovember 18, 2016 at 2:42 pm in reply to: slider, videolieder, Reiter and other Elements do not work on IE11 #714034Hi,
glad you could fix it. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
AndyHey comoutloud,
try this code inside functions.php:
add_action( 'init', 'my_custom_init' ); function my_custom_init() { remove_post_type_support( 'post', 'excerpt' ); }
Best regards,
AndyHey Reinhard,
versuche es mit diesem Code im Quick CSS Feld:
@media only screen and (max-width: 767px) { .responsive #top .logo { position: relative; top: -80px; }}
und passe den top Wert an wie du ihn brauchst.
Gruß,
AndyHey Erik-Jan,
does this happen with a default WordPress theme as well?
Best regards,
AndyHi,
then you would need to search for a plugin with such a function.
Best regards,
AndyNovember 18, 2016 at 2:29 pm in reply to: Breadcrumb Parent Category wrong after Portfolio Grid… #714022Hey mrlreynolds,
check out this here: http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/
Best regards,
AndyNovember 18, 2016 at 2:28 pm in reply to: Contact form problem – Thank you mail isn't delivered to the sender #714021Hi,
please check out this here: http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
Best regards,
AndyHi,
as already said to you: we can’t support every 3rd party plugin out there. It seems you don’t get how WordPress is working in general. There are lots of different theme and plugin authors out there. So not every theme is compatible with every plugin. This won’t simply be possible, as every author is doing his own thing. If you want a speficic theme to be compatible with a specific plugin, then in this case you need to hire a freelance developer for this job: http://kriesi.at/contact/customization
Best regards,
AndyHi,
then we need to wait for a solution from WP Rockets plugin.
Best regards,
AndyHi,
it seems to me that there is a cache issue going on, as changes get not applied on your frontpage (when I try to set a sidebar for example). Please deactivate any caching you’re using (cloudflare included). Tell your host to deactivate any caching on your server.
Are we allowed to deactivate all your plugin temporarily for testing purposes?
Best regards,
AndyHi,
Unfortunately there is not an easy way to go about that. The sorting is only going to work on the items that are currently in the set.
You would have to have them all display on one page to do what your wanting.
Feel free to make a feature request for Kriesi here: https://kriesi.at/support/enfold-feature-requests/
Best regards,
AndyHi,
your table consists too many elements for mobile. However, try this solution: https://kriesi.at/support/topic/table-element-not-working-properly-in-responsive-mode/#post-497587
Best regards,
AndyHi,
Service page:
I can’t see the issue you’re showing on your screenshot. It looks like this for me: http://i.imgur.com/I78XZLu.pngItelligence page:
Which cusotm code are you using for your (jumping) menu?Best regards,
Andy -
AuthorPosts