Forum Replies Created
-
AuthorPosts
-
Hey!
edit your portfolio grid element and look for “Link Handling”. Choose “Open a preview of the entry (known as AJAX Portfolio)”.
Regards,
AndyHi!
kannst du bitte die Fragen beantworten aus meinem vorigen Post?
Versuche alle Theme Dateien via FTP komplett zu löschen und installiere dir eine frische Kopie von deinem Themeforest Account.
Cheers!
AndyHi!
I updated the code in your Quick CSS field and added an !important everywhere. Hope it will work for you now. Can you confirm please?
Regards,
AndyHey!
not sure what you need, because on your website it looks that you already achieved what you want. Your second “Digitise your Process” looks exactly as the example in your screenshot. Could you fix it already?
Cheers!
AndyHey!
Plugin deaktivieren reicht wie gesagt nicht. Hast du das Caching zuvor in deinem Caching Plugin deaktiviert? und hinterher deinen Browser Cache geleert? und dann einige Male hard refreshed?
Cheers!
AndyHi!
try this code in Quick CSS field for the color:
tr th:first-child, tr td:first-child { background-color: pink; } tr:first-child th, tr:first-child td { background-color: white; } tr:nth-child(even) { background-color: green !important; } tr:nth-child(odd) { background-color: green !important; }
and adjust as needed.
Regards,
AndyNovember 10, 2015 at 2:57 pm in reply to: Farb-Section Hintergrund-Verhalten für Mobilegeräte ändern #533293Hi stalte!
du könntest versuchen eine weitere Farbsektion einzubauen via ALB und diese dann nur auf mobile anzeigen zu lassen. Definiere dazu eine unique CSS Klasse in “Section-ID” der jeweiligen Farbsektion. Anschließend müsstest du via CSS code im Quick CSS Feld folgendes einfügen:
@media only screen and (min-width: 736px) { .deine-neue-Farbsektion { display: none; }}
Ab einer Bildschirmgröße von mindestens 736 Pixeln, wird deine neue Farbsektion nicht mehr angezeigt. Passe gegebenenfalls an.
Cheers!
AndyHey Lanceezy!
Try to deactivate all plugins and if that does not help try to delete all theme files via ftp and afterwards get a fresh copy from your themeforest account.
Best regards,
AndyHey Tal!
try a plugin like poedit or loco translate.
Best regards,
AndyNovember 9, 2015 at 2:10 pm in reply to: posts are not displayed in the Grid View of blog page #532574Hey jfmb!
when using WPML every language has it’s own css styling. So you need to make global changes or it will effect one language only.
Send us a link where we can see the issue. I think we would need admin access as well. Post login details here as private reply.
Cheers!
AndyHey benbuckley!
can you provide us a link showing the issue please?
Clear browser cache and hard refresh a few times afterwards.Cheers!
AndyNovember 9, 2015 at 2:06 pm in reply to: LayerSlider / New Install – Not Transitioning to next Slide #532571Hey garycedar!
did you clear browser cache and hard refresh a few times afterwards? make sure your host is not using any caching on your server.
Best regards,
AndyHey Ivana!
You can edit config-templatebuilder > avia-shortcodes > section.php to manually control the video options. Look for:$slide = array( 'shortcode' => 'av_slideshow', 'content' => '', 'attr' => array( 'id'=>'', 'video_loop' => true,
and change video_loop to “false”.
Regards,
AndyHey!
delete all theme files via FTP and get a fresh copy from your themeforest account afterwards, then follow these instructions: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Cheers!
AndyHey!
where can we find the element in question on your website? don’t know where to look at. Can you highlight using screenshots please? you can use imgur.com or dropbox.
Cheers!
AndyHey!
I checked your website and tried this code:
.flex_column_table.av-equal-height-column-flextable { top: -175px; position: relative; z-index: 99; } div#layerslider_11_1 { z-index: 1; }
and it worked for me. Adjust it as needed.
Regards,
AndyHey!
try this code in Quick CSS field:
nav.main_menu { background-color: white; width: 630px; }
and adjust as needed.
Regards,
AndyNovember 9, 2015 at 1:41 pm in reply to: Product Purchase Button (Avia Layout) not showing product price #532551Hi!
how do you want it to look like instead?
try this code to change it’s look, for example:p.product.woocommerce.add_to_cart_inline { background-color: blue; }
Cheers!
AndyHi!
add this code as well:
#socket .copyright { position: relative; left: 10%; }
and adjust left value as needed.
Cheers!
AndyNovember 9, 2015 at 1:32 pm in reply to: ENFOLD update 3.4: instagram gallery widget is not displaying right in Firefox! #532549Hi!
should be fixed with v3.4.1. Can you confirm please?
Regards,
AndyHey!
this table at the end does not have the same items as shown in your screenshot. You didn’t even add title items. Let us know when you are ready and tell us what you want to change. Is it the colors?
Regards,
AndyHi Peter!
you are using an old version of the theme. Please upgrade and let us know if you still need help. Current Enfold version is v3.4.1.
Regards,
AndyHey!
then use this code:
@media only screen and (max-width: 767px) { a#advanced_menu_toggle { left: 10px; } .responsive #top .logo { float: right !important; margin-right: -185px !important; }}
and adjust as needed.
Regards,
AndyHi!
1. Add this code to remove lightbox:
a.grid-image.avia-hover-fx {pointer-events: none; }
2. Add this as well:
.grid-entry-title.entry-title { background-color: red; }
Please open a new ticket for a new question in the future.
Regards,
AndyHey!
did you follow my instructions from my previous post? simply overwriting or updating theme files does not help if there are corrupted theme files.
Regards,
AndyHi!
play around with the values in my code. Especially with width value. Increase it for your large screen until it fits for you.
Send us a mockup showing the results you wish, so we can provide you some precise CSS code.Regards,
AndyNovember 9, 2015 at 1:14 pm in reply to: A single widget won't display on the homepage, but it displays elsewhere #532531Hi!
Upgrade to Enfold v3.4.1.
Go into your caching plugin and choose to switch off caching. Afterwards clear browser cache and hard refresh a few times.
Deactivate all plugins, to see if one is causing this issue.Best regards,
AndyNovember 9, 2015 at 1:09 pm in reply to: After theme update to 3.4.1 "The Events Calendar" main-page doesn't look right #532530Hey ehnatnor!
I can’t see any black header on the link you have provided. Could you fix it already?
Try to remove all of you custom CSS to see if one is causing such a behavior.
Regards,
AndyHi!
unfortunately currently there is no such a function. You can request it for Kriesi here: https://kriesi.at/support/topic/enfold-feature-requests/
Best regards,
AndyNovember 9, 2015 at 12:59 pm in reply to: unable to receive contact form submissions to sms email #532525Hey 118group!
Enfold’s contact form is just using WordPress’ standard contact form. So if it does not work, I would ask in general WordPress forum how to achieve it or simply go for Gravity or Contact Form 7.
Best regards,
Andy -
AuthorPosts