Forum Replies Created
-
AuthorPosts
-
Fixed!: FYI to others on GODADDY HOSTING
Problem:language switcher doesn’t work on home page, works on every other page.
Solution:The issue is not caused by the WPML plugin rather it is caused by your host provider.
“GoDaddy manages WordPress Hosting, where user is unable to change the homeURL of their site”
You will need to make sure in wp_options “home” field is not empty and this will fix the issue
Therefore the options Like mentioned above
1. Please contact your host provider (GoDaddy) they will work with you on fixing the issue
you need to make sure in wp_options “home” field is not empty and this will fix the issue
In wp_options there is the site_url field and the home field both should contain your sites URL.
With GoDaddy user is unable to change the homeURL please contact them and ask them to set your homeURL in the wp_options in the database .2. If you would like to give this a try you will need to access your database (using phpmyadmin mostlikely from your cpanel)
October 25, 2016 at 4:35 pm in reply to: Move Date below blog Title – using Blog Posts content element #703851Same issue after adding this CSS – the date is still overlapping content…
It seems this fix cannot be done with CSS – is there a php file that we can edit to actually move the placement of the date/time order?
thanks!October 19, 2016 at 6:57 pm in reply to: Move Date below blog Title – using Blog Posts content element #701468Thanks! Now the problem is not it is overlapping other content – maybe because of the Absolute position?
October 19, 2016 at 4:16 pm in reply to: Move Date below blog Title – using Blog Posts content element #701405I am using “grid layout” with the Blog Posts content element.
Basically, i just need the date to go directly below the title, as opposed to being below everything.
thanks!October 18, 2016 at 8:42 pm in reply to: Move Date below blog Title – using Blog Posts content element #700843Which file do I need to edit to change the order?
thanks!October 17, 2016 at 7:21 pm in reply to: Move Date below blog Title – using Blog Posts content element #700206Thanks!
I did try this before – adding:jQuery('article.post').each(function(){ jQuery(this).find('.entry-content-header').after(jQuery(this).find('.big-preview').detach()); })
to the js/avia.js file but it didn’t seem to change anything.
Perfect!
thanks you so much!Ok, I have posted the link in the Private Content Field.
Also, while look at my issue with the Titles – can you see how i would turn those on in mobile responsive view as well? as they are off by default.Thank you!
well i figured out how to get the HTML image to show up.
needed to add this css:
#top .aviaccordion-slide img {
opacity: 1;
}Ok. I thought was an unique ticket.
Anyways, you can delete this thread – as I found a solution.
thank you so much.Any idea why when I “show” the hidden divs on click, it it shows the portfolio items stacked on top of each other? However, if you resize the window in any way, the items move to the appropriate grid layout? Is there an event i can tap into to ensure they resize appropriately?
Appreciate any advice!- This reply was modified 8 years, 7 months ago by jomo5280.
Perfect! works great!
thanks so much!Bummer!
Is there anyway i could “hardcode” an anchor url to the pagination buttons?
for instance, Page 2 button would have a link like page/2#gallery instead of just page/2
That way, when the page reloads, i can have it show the same area of the page.
Just a thought…Awesome!
thank you!!Found the solution!
<a href="http://kriesi.at?iframe=true">Open this</a>
This works great!- This reply was modified 8 years, 7 months ago by jomo5280.
I tried using this method – however when i click on the link – it pulls up the lightbox and says thiserror “The image could not be loaded”
I am providing an absolute URL for the link.
Any ideas?
thanks!April 4, 2016 at 7:51 pm in reply to: Nav customization: Text Block above Nav – make disappear on scroll up #607824Ok, i was able to get my custom DIV to disappear – however, i have another question:
Using a sticky nav, that will shrink up top when scrolled – When scrolling down, where do i control where the nav switches to the “scrolled” state? Unfortunately i have a layout that has the navigation pretty far down on the page, and when it scrolls a bit, it changes to the sticky, small state up top – leaving a big empty space between the nav and the page content. Ideally, the nav content would continue to scroll under the logo area – until the nav gets close, and then it would switch the “scrolled” state.Thanks for any suggestions!- (i know this is not really good UX)
March 9, 2016 at 1:31 am in reply to: Nav customization: Text Block above Nav – make disappear on scroll up #595257I managed to make the div disappear when scrolled up using:
header-scrolled div.custom_text { opacity: 0;}Is it possible to do same thing with header-scrolled – and switch the centered logo/nav to the left justified position?
thanks! -
AuthorPosts