Forum Replies Created
-
AuthorPosts
-
Hi,
Duplicate header.php to your child theme and place an
a
tag immediately after thebody
opening:<a href="http://google.com" class="fs_link"></a>
And add this to your custom CSS:
a.fs_link { position: fixed; top: 0; width: 100%; height: 100%; left: 0; }
Best regards,
JosueApril 30, 2016 at 12:05 pm in reply to: Uncaught TypeError: Cannot read property 'pop' of undefined #624944Hi,
Did you try disabling all third-party plugins? perhaps a plugin is not yet compatible with 4.5.
Best regards,
JosueApril 30, 2016 at 12:03 pm in reply to: Footer and Enfold MailChimp Newsletter Widget: Horizontal and Responsive #624943Hi,
Try not to use inline styling and use classes instead, i’ve modified your implementation a little bit, it looks like this on mobile – http://screencast.com/t/rko7bfZRHQ
Best regards,
JosueApril 30, 2016 at 11:50 am in reply to: HOWTO: Add divs to the header – My code doesn't work after update #624935Hi,
Use this code instead:
#header_main .widget { position: absolute; right: 20px; top: 40px; } #header_main #getintouch { color:#333; width: 230px; outline:1px solid red; z-index:150; }
Best regards,
JosueHi,
Have you tried using the Advanced Styling Editor?
Best regards,
JosueHi,
You could attach a link to the ‘copyright field’ in Theme Options:
Privacy Policy© copyright - COEL
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Remove this code from Quick CSS:
.avia-menu-fx { bottom: 98%; }
Regards,
JosueI could try some thing if you want but i’d need your themeforest username and API Key (to check if it’s eligible to receive updates from TF), if possible create a new thread including that info in the private content.
Use this code instead:
#top .container_wrap.sidebar_right { background: #d6d6d6; } #top .container_wrap.sidebar_right .sidebar{ background: transparent; } #top .container_wrap.sidebar_right .sidebar .inner_sidebar { padding-right: 50px; } #top .container_wrap.sidebar_right .container { padding: 0; } #top .container_wrap.sidebar_right .entry-content-wrapper { padding-left: 50px; } #top .container_wrap.sidebar_right .content{ background: white; }
3.5.4 is not a critical update but a small patch to demo imports, if you’re not using these repeatedly you may not need to update. If you really want to update though i’d suggest you doing it via FTP.
Best regards,
JosueYes that would work too, be aware though that modifications made to the theme files will be void when you update the theme.
If you haven’t touched the theme files directly you have nothing to worry about, theme settings are stored in the database.
Best regards,
JosueYou are welcome Javier, glad to help :)
Regards,
JosueApril 29, 2016 at 7:37 pm in reply to: Menu above centered logo with boxed option : logo margins + menu position #624720Hi,
You could do that with this:
.av-section-bottom-logo { position: fixed; top: 51px; z-index: 100; max-width: 100%; } .html_top_nav_header.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 243px; }
But it won’t look good on smaller screens due to the logo image size (it’s too wide), i think you’d need to re-factor the logo a little bit to make it work.
Best regards,
JosueHi,
You mean the arrows? use the following:
@media only screen and (max-width: 480px) { .avia-slideshow-arrows{ display: none !important; } }
Best regards,
Josue-
This reply was modified 9 years, 2 months ago by
Josue.
Hi,
Correct, also i’d suggest using this plugin to create the child theme as it has an option to move the widgets, menus, etc to the child theme:
https://wordpress.org/plugins/child-theme-configuratorBest regards,
JosueHi,
In the specific Portfolio item edit screen, just scroll down a bit and you’ll see those options.
Best regards,
JosueApril 29, 2016 at 5:04 pm in reply to: LayerSlider WP not fullwith responsive with any browser #624655Hey!
Try adding this code to the Quick CSS:
#top #wrap_all .ls-wp-container .ls-slide > * { margin: 0 !important; }
Cheers!
JosueHey,
Can you check if it works with the default theme (on that site)?
Best regards,
JosueHey,
Have you tried setting a bigger header size in Theme Options > Header > Header Size.
Best regards,
JosueHi,
Can you post the link to the page with the issue please?
Regards,
JosueIt’s because of the accent then, try changing the “U” for:
Ú
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 480px) { .avia-fullscreen-slider .avia-slideshow{ max-height: 240px; } }
Cheers!
JosueApril 29, 2016 at 4:26 pm in reply to: Layerslider – existing slides not showing in layerslider window #624622Hi,
LayerSlider is working fine from what i could see, there are no Sliders created i’m afraid though.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi,
It’s fixed, there was indeed a custom link set here – http://screencast.com/t/A0oCOWRM5
Best regards,
JosueHi,
You could do something like this (but with a Easy Slider instead of a FS slider):
https://kriesi.at/support/topic/how-can-i-replicate-this-effect/#post-397006Best regards,
JosueHey,
Those are coming from ShareDaddy, check the plugin’s options.
Best regards,
JosueHey,
The closest you can get to that result would be using the Masonry element with Manual Masonry option.
Best regards,
Josue -
This reply was modified 9 years, 2 months ago by
-
AuthorPosts