Hallo,
do you have an idea how to get submenus shown in mobile navigation?
I mean at the moment can see only:
-parentpage1
-parentpage2
-parentpage3
need to see and subpages
-parentpage1
–child1
–child2
-parentpage2
-parentpage3
Hey Simon,
So I have been using the framework (Version: 1.3.8) for several sites/themes I use the older version as its the cleanest most basic one i like thus far. I have also modified it a bit for myself so when i upload it for a new project, it already has some of the changes i already want to use. It has worked out fantastic for me so i appreciate the framework.
I have a problem though that I have noticed and cant figure out what is causing it or how to fix it. When I go to update the themes CSS/HTML/Etc… I can see the changes in the same browser (firefox) that i am logged in on, however when i go to check/test the changes in different browsers or when not logged in on the same browser I made the changes on, none of the coding changes take effect. It also wont update select plugins when making changes to them adding/changing their settings.
I do not have a caching plugin active and my hosting doesn’t have any caching setup.
Here is the weird thing about this. If I go to any of my past pages/posts and go to edit/update them or add a new page/post then ALL the changes to the coding css/html updates…..
Any thoughts on what might be causing this and a possible solution?
]]>I would like to disable responsive theme. Is it possible?
]]>I have installed wordpress and using Simon WP framework in an exam.
The page is there: https://utvikling.samiculture.com/allvet/
Where or what makes this? How do I solve this problem?
]]>I used Simon WP Framework for my web site.
I’ve been working out this problem to a degree for a week now. I have the web site set up and only the blog (and single post) pages have a column on the right side of the page for search & archives.
I can’t get the formatting right for the Blog page. It throws the third column below the post content and I’ve also lost the top 8 pixel border that goes at the top of the header. I think for some reason the footer is appearing right under the header and overlapping that border. It does that on the single post page as well.
I’ve been over and over the css & layout and cannot figure out what’s going on. I’m not a programmer and only familiar with CSS. Help would be enormously appreciated!
https://tejadadesigns.com/eyecycle/blog/ – main blog page
https://tejadadesigns.com/eyecycle/test/ – this is single post
Hello, I’m building a WP theme and am making a home page. If you visit https://beta.techyoucation.com/ you will see box in the top left with a purple top. The content in that is the latest post, which I got using
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php
// Fetch most recent posts, limit to 1
$latest_posts = get_posts( array(
'posts_per_page' => 1,
) );
// get first and only item in array
$latest_post = $latest_posts[0];
?>
<h3><a href="<?php echo get_permalink( $latest_post->ID ); ?>"><?php echo $latest_post->post_title; ?></a></h3>
<?php if ( has_excerpt( $latest_post ) ) : ?>
<p><?php echo $latest_post->post_excerpt; ?></p>
<?php else : ?>
<?php echo strip_shortcodes(wp_trim_words( $latest_post->post_content, 50 )); // '250' is number of words ?>
<?php endif; ?>
Now the title “Coming Soon” is green like every other link on the site, but I would like this one to be purple like the box?
How would I do this
Thanks in advance
Aled
]]>Hi Simon,
I noticed that the menu is hiding at low monitor resolutions. Where can I find and deactivate the script for this? I’ve already tried the menu.js but had no sucess.
Thank you very much!
]]>Hi, I’m having issues installing a child theme for this framework; works locally but not online, I think the problem is the @import, any clue? thanks
]]>Hi all,
I am using the SIMON WP FRAMEWORK theme in my wordpress theme, I am new to wordpress. I want to replace the text header with my custom image logo, please tell me process to do that. Thanks in advance
Here is my site——-