Forum Replies Created
-
AuthorPosts
-
Hi cloeffler,
The icon is partially visible if you’re logged in in dashboard, and not visible if logged out.
Best regards,
VictoriaHi Dee007,
Did you have those tags before?
You have tags on the screenshot here https://www.dropbox.com/s/v1esh7pkcnvexnk/posts.png?dl=0
Here is more on robots.txtBest regards,
VictoriaHi Jesus,
You can disable title and/or breadcrumbs in theme option in header settings globally
If you need further assistance please let us know.
Best regards,
VictoriaHi James,
Great explanation! Thanks :)
From the error it looks like you need to flush the cache. Are you using minfication? If yes, you might want to disable that and enable later. Also looks like the Layer Slider editor gets called. Are you using Layer Slider here?Best regards,
VictoriaMay 27, 2017 at 1:11 pm in reply to: contact form – how to restrict past dates in datepicker #800527Hi 0_o,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaMay 27, 2017 at 1:08 pm in reply to: LayerSlider cutting off on Enfold with Left Sidebar Menu and Logo #800526Hi rdtjosh,
Layer Slider width calculations don’t know that you have a menu on the side, so they kind of think the have those 300px. Let’s try to adjust the controls.
Here is the code you can put in your funtions.phpadd_action('wp_footer', 'avia_adjust_ls_width_script'); function avia_adjust_ls_width_script(){ ?> <script type="text/javascript"> (function($) { jQuery(window).on("load", function(e) { jQuery("#layerslider_1").css("width", window.innerWidth-300); }); jQuery(window).on("resize", function(e) { jQuery("#layerslider_1").css("width", window.innerWidth-300); }); })(jQuery); </script> <?php }
If you need further assistance please let us know.
Best regards,
VictoriaHi trevorjohnston,
I could not login to your FTP, could you please update the credentials?
Best regards,
VictoriaHi Krissieg,
The footer on the main page jump up because there is no other content besides slider and slider is not tall enough to fill the screen. If I manage to force the footer to stay at the bottom, there will be a gap between slider and footer just empty grayish space. So you can either add more content to the page or make a taller slider.
Let us know what you think.
Best regards,
VictoriaHi mm256,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi netgo2017,
Thank you for the clarification. Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHi Nonne,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaHi NicomIT,
Ok, so we need to adjust just this page? Here is the code to do it:
.page-id-18 div .av_one_third { margin-left: 13%; width: 29.35%; }
If you need further assistance please let us know.
Best regards,
VictoriaHi Jean,
You could make changes in the av-masonry-helper in avia_masonry class, but you need to make those changes is a child theme. This is the function where you could make your changes:
function html() { if(empty($this->loop)) return;
If you need further assistance please let us know.
Best regards,
VictoriaHi TimBoySlim,
The issue here could be with the way these dates are stored in database. Looks like it only takes into account the day, not the month when sorting. You need to check how they are stored.
Best regards,
VictoriaMay 27, 2017 at 11:02 am in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #800505Hi YongyanLi,
I am seeing one search icon on a desktop view. Did you get it working for you or do you still need help?
Best regards,
VictoriaHi Vlad,
Thank you for sharing your findings! I agree that the functionality is not perfect and need improvements. I will report this issue to our developers.
If you need further assistance please let us know.
Best regards,
VictoriaHey jamesf1989,
Could you specify the pages that we could test and the sequence of steps to reproduce the error?
Best regards,
VictoriaHi kellyCraftMedia,
The code that Rikard gave you, should be applied to a different element like so:
.page-id-10 #fullscreen_slider_0 ul { border:1px solid black; }
If you need further assistance please let us know.
Best regards,
VictoriaHey Luis,
Are you getting any errors?
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.Best regards,
VictoriaHey wbmiller4,
Image are cropped on upload to WordPress. Here is some reading on the topic:
If you need further assistance please let us know.
Best regards,
VictoriaHi Dee007,
The last two are the links to your “tag” pages. Those could be very old results. I think you should look into robots.txt file and tell explicitly what to index and what not to. Here is where you can start https://yoast.com/wordpress-robots-txt-example/.
If you need further assistance please let us know.
Best regards,
VictoriaMay 26, 2017 at 9:17 pm in reply to: LayerSlider cutting off on Enfold with Left Sidebar Menu and Logo #800379Hey rdtjosh,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaHi 360buddy,
We can work miracles :)
Glad that the problem is gone.
If you need further assistance please let us know.
Best regards,
VictoriaHi MiguelPj,
Glad we could help and you got it working for you :)
If you need further assistance please let us know.
Best regards,
VictoriaHi beckerentcenter,
The logo looks right now. Do you still need our help with this?
You could adjust the image and cut the whitespace from the left of the logo, that way the logo will be aligned vertically with the content. Or you could move the logo via css like so, but this can look different on different screen sizes.div .logo { left: 20.8% !important; }
If you need further assistance please let us know.
Best regards,
Victoria-
This reply was modified 8 years, 1 month ago by
Victoria.
Hey extraeyes,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHey CM Architects,
Credentials did not work. Could you please update the credentials.
Best regards,
VictoriaHi Gallop_Web,
This could be due to your database configuration settings.There are a few options in the thread below:
https://stackoverflow.com/questions/30753674/error-while-sending-query-packetIf you need further assistance please let us know.
Best regards,
VictoriaMay 26, 2017 at 8:57 pm in reply to: WooCommerce Cart Icon Broken – WooCommerce 3 / Enfold 4 #800360Hi Jason,
I might have been not very attentive, sorry about that. This issue needs further investigation.
if($cart_pos == "always_display" || (!empty($cart) && !avia_active_caching()))
if(!function_exists('avia_active_caching')) { function avia_active_caching() { if(defined('W3TC') || defined('WPCACHEHOME') || class_exists('HyperCache') || class_exists('\\quick_cache\\plugin')) { return true; } return false; } }
Are you using any caching plugin?
Best regards,
VictoriaHi FlatText,
Glad you liked Andy’s idea :)
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-content-slider .slide-entry-title { font-family: "your font here"; }
If you need further assistance please let us know.
Best regards,
Victoria -
This reply was modified 8 years, 1 month ago by
-
AuthorPosts