Forum Replies Created
-
AuthorPosts
-
Well, basically I chose the option of a sticky header / menu.
Is this why the scroll to top is hidden?How would I show it on tablets and mobiles though
I noticed that this forum has the scroll to top function and sticky menu combined.
- This reply was modified 8 years, 9 months ago by avwebmaster.
In the meantime, can I disable this feature? What’s the best way to do so? Just use css?
I don’t see any errors in the console.I will see if I can add a custom jQuery scroll to top. Just add the html into the child/footer.php and hook the css and jQuery?
January 26, 2016 at 3:28 am in reply to: How to customize Enfold image hover / animate (increase size) #571822I will test this out, Elliot. Thanks!
Hi Elliot,
I have the latest version on my staging environment.. I also unchecked “hide video on mobile”.
I did this a couple of times… If I recreate the color section, will it help? I remember it did play at one point.It only shows the YouTube play icon but does not do anything when I tap it.
Please advise.
- This reply was modified 8 years, 9 months ago by avwebmaster.
I’ve added the following to my child css / style
#scroll-top-link.avia_pop_class { opacity: 0.7; visibility: visible; }
@media only screen and (max-width: 767px) { .responsive #scroll-top-link { display: block !important; } }
January 20, 2016 at 6:04 pm in reply to: Limitations and possibilities of using Enfold to build websites from scratch #568790Thanks, Yigit! Appreciate the quick reply!
January 5, 2016 at 4:44 pm in reply to: Need help: Enfold columns – making them responsive (flex_column av_one_fifth) #560009Hi Rikard,
What if I only want the media query to be applied to a specific page?
I tried:
.page-id-xxxxx .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin
but it also affects the rest of the pages.Please advise and thank you.
December 21, 2015 at 5:33 pm in reply to: Need help: Enfold columns – making them responsive (flex_column av_one_fifth) #556058Thank you very much!
December 17, 2015 at 4:56 pm in reply to: Need help: Enfold columns – making them responsive (flex_column av_one_fifth) #554497https://www.audienceview.com/grid-row-1-col/
Hi,
I’ve recreated the issue on our prod site. Please advise how can we achieve something like Bootstrap were we can set the number of columns on tablets and mobiles. Reason I brought this up is because we do not want the users scroll too much when they view the columns on tablets and mobiles.December 17, 2015 at 3:57 pm in reply to: Need help: Enfold columns – making them responsive (flex_column av_one_fifth) #554447Hi Rikard,
I will replicate the issue on our prod site but might take a bit. I am busy setting up the staging. I will advise as soon as I can. Thank you.Hi Elliot,
Yes, it is not an Enfold theme. I hosted the custom fonts in the directory: https://www.audienceview.com/wp-content/fonts/ (which use your Enfold theme) and used the css declaration in Uberflip.com. Is the reason why the font is not showing is because it is hosted outside of audienceview.com? Is it a WordPress permission issue? Please advise. Thank you.
Thanks, Yigit.
September 17, 2015 at 5:46 pm in reply to: How to get rid of "blog" twice in breadcrumbs without affecting other categories #505045Thanks, Elliot!
September 11, 2015 at 6:34 pm in reply to: Breadcrumb on sub pages do not show on Google Structured Data Testing Tool #501851Hi Elliot,
Ideally, we would like to add the breadcrumb snippet in the Home and current page link as per our agency told us.
Can you point me to the right path? I am using a child theme. Thanks in advance.
September 11, 2015 at 3:47 pm in reply to: Breadcrumb on sub pages do not show on Google Structured Data Testing Tool #501718Hi Elliot,
Thanks for pointing this out! Let me touch base with our SEO agency and get back to you! Appreciate it.
September 10, 2015 at 5:53 pm in reply to: Breadcrumb on sub pages do not show on Google Structured Data Testing Tool #501233Please see links below. Thanks.
- This reply was modified 9 years, 2 months ago by avwebmaster.
September 10, 2015 at 5:29 pm in reply to: Breadcrumb on sub pages do not show on Google Structured Data Testing Tool #501208Hi,
Validate the 2nd link provided (I re attached it) and you will see that the “Breadcrumb” markup is working on pages with sub-pages. I hope I am making sense. I’ve specified the issue on my first entry if you would like to review. Pages do not show the “Breadcrumb” markup. Thank you.September 10, 2015 at 4:24 pm in reply to: Breadcrumb on sub pages do not show on Google Structured Data Testing Tool #501133It’s missing a “Breadcrumb” mark up for all sub pages. Please advise.
September 10, 2015 at 4:13 pm in reply to: Breadcrumb on sub pages do not show on Google Structured Data Testing Tool #501121Hi Elliot,
What validation tool do you use? Our SEO agency use the Google Structured Data Testing Tool. Please advise because I need to relay the message to them. Thank you!
Thank you for your reply! Yes, we will consider that…
BTW, have you worked with Kentico CMS? We have a current CMS running in Kentico and would like to migrate all data to a WP site. But the site will be a forum based site meaning all categories, posts, forum types, users need to be migrated properly. Please advise. Thanks.
Well I had to manually redirect the link provided. But do I make sure all the old blog posts without the /blog/ directory get redirected?
Hi,
The redirect works on blog but older blogs do not redirect or add the “/blog” directory.
Please advise.August 13, 2015 at 3:38 pm in reply to: Issue with https / ssl redirecting – parent pages redirect to index #487253Hi,
Our Apache log had the following messages hence dropping the https site.
1) Server ran out of threads to serve requests. Consider raising the ThreadsPerChild setting
2) (OS 64)The specified network name is no longer available. : AH00341: winnt_accept: Asynchronous AcceptEx failed.Have you experienced this issue?
August 12, 2015 at 3:43 pm in reply to: Issue with https / ssl redirecting – parent pages redirect to index #486633- I switched all urls in the db to http
- Changed the site and url name to https in WP Settings
- Restarted Apache using the same redirect rule above
- Installed https://wordpress.org/plugins/wordpress-https/installation/
What else am I missing?
- This reply was modified 9 years, 3 months ago by avwebmaster.
August 12, 2015 at 2:56 pm in reply to: Issue with https / ssl redirecting – parent pages redirect to index #486593Hi,
We modified the config file in Apache
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.website.com/$1 [R,L]
Still getting redirect errors / page not loading. Should we change the port to 443?
I also changed all instances in the db to point to https. Is this causing the issue or the port should be changed to 443? Please advise. Thank you.It is working now – set active link on custom menu
function add_custom_target(){ ?> <script> jQuery(document).ready(function($) { jQuery("*").find("a[href='"+window.location.href+"']").each(function(){ jQuery(this).addClass("active"); }); }); // end doc ready </script> <?php } add_action('wp_footer', 'add_custom_target');
Thanks, but I can add this to my child functions, correct?
function add_custom_target(){ ?> <script> $(document).ready(function(event) { $('explore-menu ul li a[href^="/' + location.pathname.split("/")[1] + '"]').addClass('active'); }); // end doc ready </script> <?php } add_action('wp_footer', 'add_custom_target');
Does not seem to work
- This reply was modified 9 years, 3 months ago by avwebmaster.
Thank you. How do I insert the jQuery code in the php script?
Should I start with<script> $(document).ready(function(event) { //jQuery goes here }): </script>
I also noticed the $ does not work in the code block.
Can I use this code on my custom nav? Thank you.
Please see link provided.Ismael,
Can I use jQuery also?
-
AuthorPosts