Forum Replies Created
-
AuthorPosts
-
Best support post ever lmao!
Understood. There are a few things I have not tried on your list.
I will give it go. Thanks you.Cheers
Hi,
Thank you for the suggestions. I will use JPG for my images and I have already been using minify. Besides the load time, the other challenge I had was maybe loading my photography posts to ideally be the size of a smart phone. Much like a instagram post would be.
Cheers
Hi,
Thank you for the tip.
I gave it a shot and I am getting other posts featured image.
Could it be due to a plugin or another matter all together?Thank you very much for all the help
Thanks for the help, however, I have two searchbars on the computer view. How Can I make this only appear on the mobile side?
I put it back up.
Progenki.com
Please let me know as soon as possible so I can take it down.
Thank you
Thank you for the code. I tried it out.
The search bar appeared but on top of the logo.
I am using a child theme. I placed the header code in the adult theme and the style code in the child theme.
Could this be the cause?
Thank you very much!!!
Did not know about that feature :D
How would I add comments to pages and blog post?
I removed all the css that was in the quick css section of my child enfold.
Also i have this code in my child theme files. This gave me the mobile search
* to the enfold child’s functions.php file add
add_filter('wp_nav_menu_items','add_search_box', 10, 2);function add_search_box($items, $args) { ob_start(); get_search_form(); $searchform = ob_get_contents(); ob_end_clean(); $items .= '<li>' . $searchform . '</li>'; return $items; } add_action(‘ava_main_header’, ‘add_search_box’);
* to the enfold child’s style.css file add
@media only screen and (max-width: 767px) { //css code to display the form }
Hi,
I tried that. No luck.
I never removed the mobile menu also.
The same code is still applied but I dont get the mobile menu and my logo gets cut off.Thank you for your help thus far
- This reply was modified 10 years, 10 months ago by progenki.
I tried that but no luck. This is what I originally had inside the enfold style section. I tried your code with this code and without.
@media only screen and (max-width: 767px) { .responsive #header .main_menu ul, .responsive #header .main_menu ul { display: block !important; position: absolute; background: none; top: -20px; right: 0; } .responsive #header .main_menu ul li { display: none; } .responsive #header .main_menu ul li:last-child { display: block !important; } }
Is there a recommendation I can try from scratch. I am also using a child theme and possibly my codes in there might be effecting it. I am willing to start that from scratch as well.
I tried it and it still shows no mobile search bar and cuts off the logo.
November 2, 2013 at 7:58 am in reply to: How do I change the default layout for search results and archives #183650That was the answer I was looking for! Thank you very much.
October 30, 2013 at 4:05 am in reply to: How do I change the default layout for search results and archives #182323Thank you. No coding :D
Is there a way to change the view of how post appear in the archive section? Like excerpts or grid?
October 27, 2013 at 2:22 am in reply to: How do I change the default layout for search results and archives #181128Thank you for your help. Is there anything I can add on to make the page open in a separate window by default?
I am not clear on what an anchor tag is or where I can locate it.
Is it a file or section in the wordpress dashboard?
I cant seem to locate it in either location.
Thank you for the response.
Thank you
I started having other issues and was testing out my plugins. The images seem to load fine now. It seems that jetpack was the culprit. It didnt even allow me to load my site on an iphone.
Yes I am on a mac and tried it with Safari, Chrome, and Firefox. I also have done it on a windows xp machine with IE. Please let me know your coworkers results. Thank you.
So when it doesn’t appear it most likely is a slow internet connection? May I ask what country you are in? I am in Japan and have checked different with different browsers on different computers and internet connections and get no image until I reload it. My host is in America. I am thinking of getting a fast CDN for the Asia area if this will fix my issue.
It seems to occur when I use the image block. The image usually doesn’t appear for first time visitors. When they reload the page it pops up.
ok understood. Thank you
Thanks for the replies.
It must have been buggy. Working now though :D
Thank you for the reply.
I tried that but it seems to only do taxonomies that are in a blog post. I didn’t see the option to select my custom post type.
Yes I do have a catching plugin. I disabled it and it still did not update. I decided to use the google font plugin to get it to update.
-
AuthorPosts