Forum Replies Created
-
AuthorPosts
-
Hi,
I tried again to put this code into your child theme:
strong.logo { display: none; }
as you can see here: http://imgur.com/a/ergfr and then the logo disappears as expected: http://imgur.com/a/upaFg
I removed the code again, so your logo gets visible.
So everything seems fine to me. Please simply clear your browser cache and hard refresh a few times.
Best regards,
AndyHi,
There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
Best regards,
AndyHi,
if it’s working then you already got the answer, don’t you?
Of course there are always different solutions to a problem.
Let us know in a new ticket if you’ve some more questions about our themes.
Best regards,
AndyHi,
yes that’s right.
Let us know in a new ticket if you’ve some more questions about our theme.
Best regards,
AndyHi,
you need to work with media queries. So wrap them around the code I’ve provided to you, something like this for example:
@media only screen and (max-width: 1024px) { .html_header_top.html_logo_center .logo { top: -10px; left: -4px; height: 77px; }}
Adjust media queries and values like top, left, height as needed. Refer to this for more information: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
AndyHi,
could you check with your host which php version is running on your server? php version 7.0.6 should run smoothly. If you’re using 7.1 it might cause this issue. Let us know about your results please.
Best regards,
AndyHi,
not sure what you mean.
However, you can use a Masonry Element instead and load your portfolio entries. Then you have Size Settings available as well.Best regards,
AndyHi,
do not overwrite them. Delete them completely. Afterwards install a fresh copy from your themeforest account.
Best regards,
AndyHi,
There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
Best regards,
AndyJanuary 4, 2017 at 6:43 pm in reply to: Boxed content – grid row image captions – not responsive #729569Hi,
you can marry them for example like this:
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) { .avia-builder-el-9 { background-position: 67px 100% !important; background-size: 61% 78% !important; } }
Hope this makes things clear for you.
Best regards,
AndyJanuary 4, 2017 at 6:41 pm in reply to: Avia Layout Builder cuts page content after editing and saving. #729568Hi,
could you try to remove one element after another to find out when this issue is happening? I guess inside your shortcode is something wrong.
Best regards,
AndyJanuary 4, 2017 at 6:31 pm in reply to: I have pages loading under the wrong parent and one not showing at all #729563Hi,
no we can’t, we can just help you to help yourself. If you want a job to be done by someone, then please hire a freelance developer. However, I still think this whole problem is caused by a caching issue. Activate Jetpack plugin again and switch off any caching, before deactivating again. Ask your host if they’re using any caching on your server.
Best regards,
AndyHi,
I noticed that you are using 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.
Best regards,
AndyHey mcraig77,
simply use a Layout element for it.
Best regards,
AndyHey mmsdev,
deactivate any caching you or your host is using on your server, as well as deactivate any plugins to check if one is causing this issue. Do any other color changes work for you?
Best regards,
AndyJanuary 4, 2017 at 6:18 pm in reply to: Multisite Child Theme CSS General Styling Not Working #729557Hey justinwalters,
I noticed that you are using 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. Also deactivate any cloudflare functions.
Best regards,
AndyHi,
there are simply too many elements which are too long for displaying them well on tablet.
Did you try to use ALB’s Table element?
However, I guess in your case you need to search for a good table plugin.
Best regards,
AndyHey hobart,
we need admin access to be able to help you. About which elements are you referring to exactly? please provide us screenshots (imgur.com, dropbox).
Best regards,
AndyJanuary 4, 2017 at 6:03 pm in reply to: Stretched layout with background image for whole site #729546Hi,
this is the CSS for your background image you’re currently using:
html.html_boxed { background: #111111 url(//cp-lin02.hosting.zimcom.net/~cincinnatihist/wp-content/uploads/2016/12/background.jpg) center center repeat scroll; }
Adjust it as needed. Use an !important if needed.
Best regards,
AndyHey Camila,
login link you’ve provided does not work. Can you check please?
Best regards,
AndyJanuary 4, 2017 at 5:55 pm in reply to: Advanced Custom Fields plugin breaks TinyMCE plain text editor #729542Hi,
did you try shift+enter?
Best regards,
Andycause it works.
Let us know if you still need help afterwards.
Best regards,
AndyJanuary 4, 2017 at 5:49 pm in reply to: How to have a full width submenu automatically display on all pages #729538Hi,
put this code into your functions.php:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
Afterwards use this shortcode when editing your page:
[av_submenu which_menu=” menu=’57’ position=’center’ color=’main_color’ sticky=’aviaTBsticky’ mobile=’disabled’] [av_submenu_item title=’Menu Item 1′ link=” linktarget=’no’ button_style=”] [av_submenu_item title=’Menu Item 2′ link=” linktarget=’no’ button_style=”] [/av_submenu]
Best regards,
AndyHey GottaGetEm,
check out this: https://support.kreaturamedia.com/docs/layersliderwp/documentation.html
Best regards,
AndyHi,
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,
AndyHey dataforlife,
refer to: http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
Best regards,
AndyHi,
1.) Please use this code inside Quick CSS field:
img.size-medium.wp-image-315.alignleft { left: -10px; }
2.) Use this code:
.avia-button-wrap span.avia_iconbox_title { font-size: 12px; }
and adjust as needed.
3.) Use this code inside Quick CSS field:
div#av_section_1 { display: none; }
For next time please use different tickets for different questions/issues.
Best regards,
AndyHey Synne,
when using Masonry Gallery look for “Size Settings”: http://imgur.com/a/7MmPw
Best regards,
AndyHi,
please disable your Cloudflare or any other caching completely, to check if the issue is caused by it.
Best regards,
Andy -
AuthorPosts