Forum Replies Created
-
AuthorPosts
-
Hey swalley,
Which page do you need it removed from. This can be done via css, I just need to know the exact page. You can hide from specific pages by adding the page id to the css.
Best regards,
Jordan ShannonHey Bert020,
Are you receiving any kind of error message?
Best regards,
Jordan ShannonHi,
Please go to Appearance > Editor and open Footer.php file and find
$copyright = do_shortcode( avia_get_option('copyright', "© ".__('Copyright','avia_framework')." - <a href='".home_url('/')."'>".get_bloginfo('name')."</a>"));and change it to
$copyright = do_shortcode( avia_get_option('copyright', "© ".__('Copyright 2016 -','avia_framework')." ".date('Y')." - <a href='".home_url('/')."'>".get_bloginfo('name')."</a>"));Best regards,
Jordan ShannonHi,
Please provide admin info so I can log in and look into this issue further.
Best regards,
Jordan ShannonHi,
If you need additional help, don’t hesitate to ask us here in forums.
Best regards,
Jordan ShannonHi,
If possible, please provide admin info so I can log in and look into the second issue further.
Best regards,
Jordan ShannonJune 16, 2017 at 11:23 pm in reply to: Adjust the size of header picture for mobile devices and overlaping menu and log #809143Hi,
Was the css I gave you removed? The image seems to be cropped on the desktop.
Best regards,
Jordan ShannonHey troupdim,
You can try to open an inline content in a lightbox. Follow the instructions here:
https://kriesi.at/support/topic/inline-content-in-magnific-popup/#post-289356
https://kriesi.at/support/topic/open-form-in-a-lightbox-popup/#post-378103Best regards,
Jordan ShannonHi,
Put the menu below so I can see what the issue is.
Best regards,
Jordan ShannonJune 16, 2017 at 9:10 pm in reply to: LayerSlider navigation thumbnails overlapping Tabs element below #809101Hi,
Removing the height directive should fix the problem.
Best regards,
Jordan ShannonHi,
Add the following to quick css to adjust to the menu being on top:
.av-section-bottom-logo.header_color{ padding-top: 50px!important; }Best regards,
Jordan ShannonHi,
Add the following to quick css:
#footer .widget{ margin-top:0px!important; margin-bottom:0px!important; }Best regards,
Jordan ShannonHey 1lizcollins,
Would you be able to share a screenshot of the issue. I can’t seem to reproduce it.
Best regards,
Jordan ShannonHi,
It the size of the widgets inside the footer that gives it the current height. You can’t adjust the height without adjusting those accordingly.
Best regards,
Jordan ShannonJune 16, 2017 at 7:29 pm in reply to: LayerSlider navigation thumbnails overlapping Tabs element below #809060Hey zimbo,
This was fixed in my post in your previous thread. It seems to work in responsive mode as well.
Best regards,
Jordan ShannonHey zimbo,
Add the following to quick css:
#layerslider_7{ width:700px!important; height:100%important; padding-bottom:130px!important; }Best regards,
Jordan ShannonHey AlpineWeb,
I currently see the logo at 1000×200. So you want it to extend the full width of the screen?
Best regards,
Jordan ShannonHi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Can you place the intended text back within the widget?
Best regards,
Jordan ShannonHi,
This should be working. You just had to update the class from the original code:
// slide link add_action('wp_footer', 'ClickableSlide'); function ClickableSlide(){ ?> <script type="text/javascript"> (function($) { function c() { $('.avia-featureimage-slideshow .avia-slideshow-inner li').click( function() { var link = $(this).find('.avia-slideshow-button').attr('href'); window.location.href = link; }); } c(); })(jQuery); </script> <?php }I updated the CSS as well.
Best regards,
Jordan ShannonHi,
I will ask my teammate if that have additional ideas.
Best regards,
Jordan ShannonHi,
Please try enabling debug mode for the ALB first:
Best regards,
Jordan ShannonJune 16, 2017 at 6:36 pm in reply to: Adjust the size of header picture for mobile devices and overlaping menu and log #809039Hi,
Please just keep us updated.
Best regards,
Jordan ShannonHi,
Has this been doing this since the site launched?
Best regards,
Jordan ShannonJune 16, 2017 at 6:02 pm in reply to: Adjust the size of header picture for mobile devices and overlaping menu and log #809032Hi,
No, the page is now showing a database error. Please try and pull up the page.
Best regards,
Jordan ShannonHi,
Did you attempt to put the php code directly into functions.php?
Best regards,
Jordan ShannonHi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
So you only want the logo to be displayed if the screen is under 500px?
Best regards,
Jordan ShannonHi,
That is not possible without significant header customization that goes beyond what can be done here in the forums. However perhaps you can create a second menu with those top links included with the normal links, and use a plugin such as this to show on mobile https://wordpress.org/plugins/zen-menu-logic/.
Best regards,
Jordan ShannonHi,
That may not be physically possible without reducing the font size and padding of the widgets you currently have in there.
Best regards,
Jordan Shannon -
AuthorPosts
