Forum Replies Created
-
AuthorPosts
-
May 16, 2015 at 11:49 pm in reply to: Using the builder – why the 110px gaps between elements?? #445324
Hi!
I think I don’t see what you mean on your website, because I don’t know where to look at. Can you please show us exactly which gaps on your website you want to get rid off? you can use imgur.com or dropbox to host screenshots.
Best regards,
AndyHey Daniela!
kannst du uns einen Link zu deiner Seite geben, damit wir uns das mal anschauen können? Admin Zugang wäre auch hilfreich. Probiere bitte deinen Browser Cache zu leeren und hinterher die Seite einige Male neu zu laden.
Verwendest du ein Caching Plugin? Falls ja, gehe in deren Einstellungen und mache das Caching aus, bevor du das gesamte Plugin deaktivierst (sonst geht das Caching trotzdem weiter).
Regards,
AndyHi!
try this code in Quick CSS field:
.av-parallax.avia-full-stretch.enabled-parallax.active-parallax { background-size: 100% 100% !important; }
Regards,
Andy- This reply was modified 9 years, 6 months ago by Andy.
Hey!
use this code in Quick CSS field:
#top #header .mega_menu_title a { font-size: 20px; font-family: Verdana; letter-spacing: 3px; }
and adjust as needed.
Best regards,
AndyHey!
you are using a very old version of the theme. Please update to Enfold v3.1.5 and clear browser cache afterwards.
Regards,
AndyHey!
I can’t login and get error messages when trying:
Seems that Wordfence (plugin) is blocking me. By the way I can see other active plugins as well on your website. Are you using any caching plugin? if yes please go into it’s settings and switch off caching function, afterwards deactivate the whole caching plugin, then clear browser cache and refresh your browser a few times.
When deactivating all plugins does not help, you would need to delete all theme files and get a fresh copy from your themeforest account. Maybe there are some corrupted files on your installation.
Hope this will help.
Cheers!
AndyMay 16, 2015 at 9:52 pm in reply to: Menü bei mobiler Version lässt sich nicht richtig scrollen #445299Hi!
hab es auf meinem htc getestet und dein Menü funktioniert bei mir wunderbar :). Kann alle Menüpunkte anklicken und scrollen funktioniert auch super. Versuche deinen Browser Cache zu leeren und refresh den Browser einige Male neu.
Gruß!
AndyHi!
Try this code:
#top #header .mega_menu_title a { position: relative; left: -165px; } #top #header .avia_mega_div > .sub-menu > li > ul { top: -120px; } #header .three.units { width: 360px; } #top #header .avia_mega_div > .sub-menu > li { right: -147px; }
and adjust as needed by yourself.
To also control mega menu height use this:
.avia_mega_div.avia_mega1.three.units { height: 190px; }
Cheers!
AndyHey!
try this code:
img.attachment-shop_single.wp-post-image { width: 600px !important; height: 350px !important; }
Regards,
AndyHey!
schön, dass es mit Ismaels Lösung geklappt hat. Lass uns wissen, wenn du wieder Hilfe brauchst mit dem Theme. Wir unterstützen dich gerne :).
Gruß,
AndyHey!
hm why not just use simple image size? it works pretty well with this plugin, I think.
Try something like this in your child’s functions.php:
function avia_change_image_size_array() { global $avia_config; $avia_config[‘imgSize’][‘masonry’] = array(‘width’=>1500, ‘height’=>1500 , ‘crop’ => false); // images for fullscreen masonry add_action( 'init', 'avia_change_image_size_array');
Best regards,
AndyHi!
it looks ok for me on iPad and iPhone, but what do you mean with vertical aligned text? can you show us a screenshot of what you want to achieve? so we get a clear idea and can provide you some precise CSS. However, if you want to make a custom layout for mobile you need to use media querries: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Regards,
AndyHi xenophonstrategies!
you are using a very old version of the theme. Please update to Enfold v3.1.5 and let us know when you are done and still need help.
Best regards,
AndyHey AdDesign!
please update your theme to the newest version (v3.1.5)
I can’t see any white space on your color section. Please clear browser cache and refresh your website a few times. Please provide us screenshots of the issues (imgur.com, dropbox). Which device and browser are you using?
Regards,
AndyHey snailian!
usually this is caused by a conflict with a plugin. Could you try to deactivate all of them to see if things are changing? afterwards you can activate them again one by one to see which one is causing it.
Best regards,
AndyHi MediaMall!
glad you could solve it. Let us know when you need some more help with the theme. We are happy to assist you.
Cheers!
AndyHey!
you are still using v3.1.3, please update to Enfold v3.1.5
Use this for you language flags:
.no_translate.transposh_flags { float: right; }
To control your logo use this:
strong.logo { top: -59px; }
To hide your widgettitle remove it in the widget section or use this code:
h3.widgettitle { display: none; }
Your menu items:
nav.main_menu { top: 2px; }
To control your navigation:
.inner-container { top: 20px; }
11 points in one thread instead of opening different tickets are really a lot. Please hire a freelancer for further customization.
Try also to deactivate all plugins, to see if one is causing the problems.
Best regards,
Andy- This reply was modified 9 years, 6 months ago by Andy.
May 13, 2015 at 4:55 pm in reply to: Content Slider Color and boxed // Hover color of the fullwidth button #443837Hi!
for which item exactly do you need a border? you can use these values inside the bracket of Yigit’s code:
border: 2px; border-style: solid; border-color: red;
and adjust as needed.
Best regards,
AndyMay 13, 2015 at 4:50 pm in reply to: No way to advance to the next month: Enfold + Events Calendar Pro #443829Hey!
but did you deactivated caching function of WP Super Cache before deactivating the plugin itself? because when you don’t deactivate the caching function first, it will still cache although the plugin is deactivated.
Please also contact the plugin’s author for support. They might have better insight into their plugin and let us know what their response is.
Best regards,
AndyMay 13, 2015 at 4:41 pm in reply to: Some basics on child theme modifications (custom single page and replacing loop) #443816Hey earthdog!
1.) Yes, you will need an includes folder on the child theme direction.
2.) You could try to use get_template inside your new page-ID.php: http://codex.wordpress.org/Function_Reference/get_template_part
I hope it will work for you.
Best regards,
AndyHi!
glad you could fix it.
Let us know when you need some more help with the theme. We are happy to assist you.
Best regards,
AndyHey rcgroup!
you could try to work with a plugin like: https://wordpress.org/plugins/wp-force-https/
Hope this helps.
Cheers!
AndyHey mcraig77!
try this:
<em>DIFFERENT</em>
Best regards,
Andy- This reply was modified 9 years, 6 months ago by Andy.
Hey Marcelo!
please upgrade to Enfold v3.1.5.
You could try to work with this plugin: https://wordpress.org/plugins/simple-image-sizes/
Best regards,
AndyMay 12, 2015 at 3:42 pm in reply to: Position der Checkboxen AGB, Widerrufsbelehrung, digitale Inhalte ändern #443085Hey!
freut mich, dass es geklappt hat.
Lass uns wissen, wenn du wieder einmal Hilfe mit dem Theme benötigst. Wir unterstützen dich gerne.
Lieben Gruß,
AndyHi!
I can’t see any film portfolio menu on your website. In fact, I can’t see any menu on your website. Only a page with your name and “New website coming soon” (even when I am logged in as admin). Please help us and show us where exactly to find the menu you are talking about. Screenshots would help (imgur.com, dropbox).
Cheers!
AndyMay 12, 2015 at 1:27 pm in reply to: How to do the "our menu" wine-glass-picture parallax scrolling? #442980Hi!
not sure if I understand, but can you please provide us admin access, so we can hopefully see what’s going on? post login details here as private reply. Screenshots could help as well to make things clear for us (imgur.com, dropbox).
Cheers!
AndyHey SphereEvenements!
I can see that you are still using Enfold v3.1.3, insetad of Enfold v3.1.5, so please update your theme again via FTP.
Soft 404 errors, no matter how many there are, will not harm your google indexing or ranking in any way, so I wouldn’t worry about it. However, refer to this link on how to disallow these pages from being crawled by search engines: http://www.robotstxt.org/robotstxt.html
Best regards,
Andy -
AuthorPosts