Forum Replies Created
-
AuthorPosts
-
August 21, 2017 at 3:55 pm in reply to: Dropdown Menu Missing on Mobile Devices or in Responsive Mode on Desktop #842065
Thanks!
However I’m still having issues. I did exactly as you indicated, however, it has randomly caused my styling to go away for my main menu links (displaying very plain text rather than Sunshiney) while in full desktop mode. When you decrease the screen size and use the mobile menu, the Sunsiney font can be seen there.
Thanks, let me know what I should do to fix this!
August 20, 2017 at 7:25 pm in reply to: Dropdown Menu Missing on Mobile Devices or in Responsive Mode on Desktop #841737When I remove:
@media only screen and (max-width: 1200px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
}the menu doesn’t respond appropriately. The menu items go down to the next line and then eventually the mobile menu shows up but it covers up the logo.
Could you provide CSS to make the menu automatically change to the mobile menu when the user doesn’t have a screen wide enough for all of the menu items to remain in one line? And also make sure that the mobile menu stays next to the logo and doesn’t cover it up?
Thanks!
August 3, 2017 at 6:15 pm in reply to: Dropdown Menu Missing on Mobile Devices or in Responsive Mode on Desktop #833970Thanks! Attached!
Wow, that is SO strange! I see now on the categories settings, it’s saying that there are 0 posts assigned to each category…but when you go into my posts, you’ll see that they ALL are assigned to various categories. Here is a screen shot of this.
https://www.dropbox.com/s/h3kzlsbt8k6pabe/Screen%20Shot%202017-02-08%20at%207.06.49%20PM.png?dl=0
I would like to try that transient cleaner, but unfortunately there is something so wrong with my WordPress site. I am unable to add or delete plugins and themes in general.
It seems that the ONE new post that I’ve created since migrating my site will work with Masonry gallery, but all of my old posts will not work. I tried unassigning all the categories and reassigning them and that didn’t help :/
- This reply was modified 7 years, 9 months ago by juliacecere.
February 5, 2017 at 7:27 am in reply to: Cannot update theme – "Sorry, you are not allowed to access this page." #742934Hi,
I have already tried this :/ Is there a refresh that you could do on the backend? Have you been able to log on? I am also finding that not only cannot update my theme, but I can’t add new themes or delete old themes, nor can I add or delete plugins. Any help would be appreciated.
Thanks!
February 2, 2017 at 9:31 pm in reply to: Cannot update theme – "Sorry, you are not allowed to access this page." #742032Hi there,
Did you refresh my API? I am still unable to actually do the update. (In my latest message I was simply saying that for some reason it stopped giving me the option to click on update, not that it let me do the update).
I had talked directly with my server/host and they said nothing about there being restrictions on their servers to do auto-updates. He simply recommended that you refresh the API since sometimes APIs are attached to certain server IPs, and because my website has now switched IPs that’s where the issue may lie.
Thanks!!
February 2, 2017 at 4:39 pm in reply to: Cannot update theme – "Sorry, you are not allowed to access this page." #741879Okay for some reason the update notification just came back.
February 2, 2017 at 4:27 pm in reply to: Cannot update theme – "Sorry, you are not allowed to access this page." #741875Sorry about that! That was silly of me haha.
thewanderologist.com
I’ve also included my API code from theme forest in the private content box. Does it seem like refreshing the API code is the logical thing to do?
Also, I wanted to note that as of yesterday, in the enfold theme settings, it was actually telling me that an update was available. As of this morning, it’s not longer saying there’s an update, but that 3.7.1 already is the latest update (which it isn’t, of course). I tried generating a new API key in theme forest, but that didn’t work either.
Thanks!
February 2, 2017 at 5:52 am in reply to: Cannot update theme – "Sorry, you are not allowed to access this page." #741546Actually, I just talked to my web hosting company and he said he’s familiar with your theme and has seen this problem before. He said I simply need to request that you refresh my license (it might’ve been due to switching web hosts recently.)
Thank you! Let me know when this is done. :)
February 1, 2017 at 5:25 pm in reply to: Cannot update theme – "Sorry, you are not allowed to access this page." #741361It might also be notable to include that I created a copy of my site hosted on Godaddy and created a duplicate site on A2 hosting. I DID remove my username and API key from theme settings on the Godaddy site (the hosting will expire this month and I was only keeping it up in the chance that I needed to retrieve something from it as I continue to edit the site on the new host). Just wanted to add that in case it had to do with an issue with your company thinking that 2 sites were using the same single-site API key in two places.
September 5, 2016 at 7:58 pm in reply to: Category Pages All-of-the-Sudden Showing Full Posts rather than Excerpts #682329ok I just changed “multi” to single and that took the author pic away and also solved the centering issue, but I’d still like to be able to keep the original aspect ratio of the featured image, as it cuts off important parts of my Featured images.
September 5, 2016 at 6:24 pm in reply to: Move Category Meta Info below "Read More" Button in Elegant Style #682304Hi there! So this changed the Author, comment count, and date, but not the categories.
So I tried, this but it didn’t work:
.html_elegant-blog #top .post-entry .blog-categories .minor-meta {
font-family: arial;
font-size: 20px;
}Could you send me CSS that will change the category meta info font AND/OR could you send me CSS that would keep the category font type the same, but make it smaller and take the ALL CAPS away?
In addition cuold you send me css to adjust the font, size and color of the numbers in the animated countdown and the animated counter?
And thanks! I’ve been working on it hard! Your theme makes it easy to make it look good!
- This reply was modified 8 years, 2 months ago by juliacecere.
September 5, 2016 at 6:15 pm in reply to: Category Pages All-of-the-Sudden Showing Full Posts rather than Excerpts #682302Hi there,
So this definitely made the blog/archive pages use the excerpt rather than the content of the post, but it too away the featured images.
So I added this to functions .php
add_filter(‘avf_blog_style’,’avia_change_category_blog_layout’, 10, 2);
function avia_change_category_blog_layout($layout, $context){
if($context == ‘archive’) $layout = ‘multi-big’;
if($context == ‘tag’) $layout = ‘multi-big’;
return $layout;
}Now the featured images are showing, but they are more justified to the right than the center and they are pretty small, and the author preview pic is showing, which isn’t necessary since I’m the only author.
How do I remove the author pics, and how do I not only center the preview/featured image, but keep the original dimensions of the featured image (not the actual pixel dimensions, but the aspect ratio) and make the featured image on the archive page always match the width of the title/excerpt?
How can we make those show?
Could you adjust that code to make this possible?
Thanks so much!
Hi there!
I started my own thread for this at. Could you respond there? My website is linked privately there.
Originally I wanted to hide the categories, but now I would just like to be able to control it’s appearance (color, font) and also control where it shows up on posts/blog pages (i.e., near the metadata at the bottom of the post excerpt rather than above the photo.
Thank you!!
HI there,
I just added
.archive .blog-categories, .archive .text-sep-cat {
display: none;
}to my quick CSS, and the categories are still showing up above my posts on archive/category pages.
Please advise! Thank you!!
March 9, 2016 at 1:46 pm in reply to: Need featured image to show up on category archive pages and tag pages #595552Oh!
And one more thing, I am using Mapify Pro and I’d also like the location tag pages to also display the exact same way as the blog page, archive page, and tag page. Would I add a third line:
if($context == ‘location tag’) $layout = ‘multi-big’;
Could you find out if “location tag” is the right wording? I have no clue how to find this stuff…beginner level here! :)
March 9, 2016 at 1:37 pm in reply to: Need featured image to show up on category archive pages and tag pages #595546Hi there!
Thanks for the reply!
Okay so, when I open the functions.php file…WHERE do I copy and paste this code exactly? Anywhere??
Thank you!!
-
AuthorPosts