Forum Replies Created
-
AuthorPosts
-
Hey!
Please add following code to Quick CSS as well
strong.main-title.entry-title { display: block; }Cheers!
YigitHi!
Yes it should work fine. Please make sure that path is the same enfold-child/config-templatebuilder/avia-shortcodes/tabs.php
Regards,
YigitHi!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_tooltip(){ ?> <script> jQuery(window).load(function(){ jQuery('a').removeAttr('title'); jQuery('img').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'add_custom_tooltip');Regards,
YigitHi stefanspeaking!
Please go to Enfold theme options > Footer Layout and choose to display only footer widgets ( no socket ). Alternatively, you can add following code to Quick CSS in Enfold theme options under General Styling tab
#socket { display: none !important; }Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-tooltip.avia-tt { display: none!important; }Regards,
YigitHey goforyourdreams!
Please add following code to Quick CSS as well
h2.post-title.entry-title { text-align: center!important; max-width: 100%!important; }Cheers!
YigitHey nnn666nnn!
Can you please post the link to your website where we can see the issue with heading elements?
Cheers!
YigitHey C!
So sorry to hear about that. Hope you get well soon! :)
Since we have talked the last time, theme has been updated multiple times. Now it has more awesome features. Can you please firstly update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750Best regards,
YigitHi!
You can go toEnfold/config-templatebuilder/avia-shortcodes folder and open tabs.php file and find
$tab_atts['custom_id'] = 'tab-id-'.avia_sc_tab::$tab_id++;and change it to
$tab_atts['custom_id'] = urlencode($tab_atts['title']);should work fine, but not guaranteed.
Regards,
Yigit-
This reply was modified 10 years, 8 months ago by
Yigit.
Hi addwebtoday!
Please go to Enfold theme options and make sure that you have activated Responsive layout – http://i.imgur.com/urPQHs1.png
Best regards,
YigitHey Slade!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #menu-item-search.menu-item-search-dropdown>a { font-size: 12px; }Cheers!
YigitHey dreye01!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_promobox { margin: 15px 0; }top and bottom margin of promoboxes are 50px by default
Best regards,
YigitHey Dan!
Please remove HTML from your CSS code and point out “image with hotspots” element on your website
Best regards,
YigitHey!
Please add following code to Quick CSS as well
h1, h2, h3, h4, h5, h6 { font-family: allerregular, sans-serif !important; }Cheers!
YigitHey TheodoraPhotography!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .social_bookmarks li a { font-size: 17px; } div#header_main .container { width: 800px; }You can go to Enfold theme options > Header Layout > Header Size = Custom pixel value and increase the height of your header. If any of these not work, please post the link to your website
Best regards,
YigitHi ecoresearch!
Currently, unfortunately it is not possible. You can request feature to move arrows outside of the box or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/ or hire a freelance developer to make the customization for you if you really need it
Cheers!
YigitHey Richard!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust its position
.phone-info { position: relative; top: 60px; left: 10%; } div#wrap_all { margin-top: -31px; }Cheers!
YigitHi!
I have tried re-applying the solution i posted earlier and it does work fine for me. If you do not mind posting FTP credentials here privately, we can check the file
Cheers!
YigitAugust 3, 2014 at 2:20 pm in reply to: Jumping to Bookmark not supported on Safari – but my customer needs it #299328Hi Peter!
That is great! Let us know if you have any other questions or issues :)
Best regards,
YigitAugust 1, 2014 at 6:03 pm in reply to: Dateianhang ( Bilder ) mittels Kontaktformular versenden #298870Hi!
You should go to Strony > Wszystkie strony > Edytuj then Zaktualizuj – http://imgur.com/a/OoMN3
And the page you updated should appear in Enfold theme options > Frontpage setting dropdownRegards,
YigitAugust 1, 2014 at 5:41 pm in reply to: Header Transparency issue with distinct add ons like WooCommerce #298858Hey!
You can change color of the numbers and make them transparent using following code
.av-hotspot-container .av-image-hotspot_inner { color: transparent; }Best regards,
YigitAugust 1, 2014 at 5:38 pm in reply to: Partner Logo shows a blank screen when webpage is loaded? #298855Hi!
Have you overwrite all the files via FTP? ( http://vimeo.com/67209750 )
If not, please do so. Another user had similar issue and overwriting all files via FTP solved the issue for himCheers!
YigitHey!
I have updated the page and it seems to work fine now. Please check your website and confirm. If you would like to change the page, please edit your page, update it and then go to Enfold theme options and choose to display it as your frontpage
Regards,
YigitHey Guilherme!
Please open wp-config.php file in WordPress root folder and find
define ('WPLANG', '');and change it to
define ('WPLANG', 'pt_BR');Cheers!
YigitHi Eleina_Shinn!
Instead of text on a banner, you can add text layer to your layer slider and using custom CSS code, you can increase the font size on smaller screens. When i check your website on different browsers and different screensizes, i could not see a responsiveness issue.
Cheers!
Yigit -
This reply was modified 10 years, 8 months ago by
-
AuthorPosts
