Hello. Please help. I have changed css files.
My submenu on my phone is not working. In the preview, the theme is working correctly
Hello guys, someone could help me with a little problem?
In the new posts, the posts are bein showed as cards, and I would like that this cards are link too.
Could some one help me?
Hi, how I can add slider on all page?
]]>Hello,
I want to have 100% anonymous comments (just the comment content) or maybe state that name, email and url should be optional. I haven’t decided which of these goals is going to be used finally so I would be grateful to know how to achieve both of them.
Also I’d like a recommendation for a WP Captcha solution for the comment form.
How should I proceed? I have followed some tutorials from wp beginner and other sites that provide a way to unset these fields. However these tips seem to work with the default theme but not with Franz Josef.
Thank you!
]]>If you go to the link and search anything, the search is finding posts that have already been deleted.
Also, the page to view the posts is weird, I don’t know why this page messes up the nav bar and login bar.
How do I center my top bar menu items?
Currently to center the menu items, I have ” #menu-login{ padding-left:26em; } ” under my custom CSS.
This works alright for desktop, but on mobile the menu uses the 26em padding and goes off the screen.
Hello guys!
I have a problem with franz-josef theme. I’ve changed it a bit for my purposes, but I don’t understand what’s going on with my footer.
What I want it to do is basically be at the very bottom of the site, and what it does, it stands where the text on site ends. The problem doesn’t exist when the site is slightly bigger.
For example, I have a subpage called ‘Contact’. This one is kinda short, so here’s what happens. There it is, I’ve wiped out some personal information
What can I do to change that so it goes all the way down? I’ve tried, for example adding this to style.css
.bottom-bar
{
padding: 25px 0 10px;
background-color: #222222;
position: absolute;
bottom: 0;
}
html
{
position: relative;
min-height: 100%;
}
It did nothing. I’ve even tried adding this in footer.php
<div class="bottom-bar" style="position: relative; bottom: 0;">
Still nothing. Thanks for any kind of help.
]]>The featured image of all the posts on my site have turned into YouTube videos that I have embedded elsewhere. could it be possible that a plugin that I am using is somehow ONLY affecting my posts
]]>Hello , another problem is with the slider on main page . How to get the automatic size of the photo . When the screen resolution is for example 1900x the picture is correct but when the screen got only 1200x the picture is cutted on both sides and still really big.
Are there any way to resolve this issue ?
Hello,
Now I am trying to make a link to specific place on my website when a person is clicking on the slider. I know we can create a small button on the middle of the slider forwarding to the article where the slider was from but is there a way to use full slider photo as a link to specific site ?
Hello again , is there any way to turn of that function witch is making logo so small when the site goes down ?
]]>Hello. I have some problem to add the plugin WooCommerce Cart Count Shortcode to top menu . I want to have this somewhere next to shop link on that top menu (next to main logo)
]]>Theme: Franz Josef
Demo: https://demo.graphene-theme.com/franz-josef/
FA Icons
To enable fa icon just type the icon name ex: ‘home’ instead of ‘fa-home’.
Advance menu
Advance menu such as the menu description can be activated by these: From the WP admin section go to customize>menus>and click on the gear icon at top right of the admin panel. The icon is small and easy to miss. Advance option will appear as drop-down. Number of selection will appear such as the link target description and so on.
Typography, markup and formating
To access the functionability, install the plugin from the same creator.
Plugin: graphene-shortcode
Additional plugin for the theme
There’s are additional plugin required for this theme. After you have installed the theme, in the admin panel, go to appearance>Franz josef Option. Here you will find what is require to ensure the theme are functionting as it suppose to.
Inserting the logo
The logo can be uploaded by going to WP admin>Appearance>Customize>Header Image. Some of you might think that this is for the header but it is not (but the logo itself located at header? idk but thats it)
Photo size recommendation for franz josef
Generally for full hd photo size recomended: 1920x500px. For post photo recommended size are: 850x800px.
The image size required for feature image in post or page are at least 850×800. Lesser than that it will not show up in featured image inside post/page (but it will appear in blog list or page list).This is actually good because it will avoid your site become ugly by pixelated or blurry photo.
Note: if you’re using jetpack plugin, a featured called photon will also cause the same problem. Your featured image will not show up in the post.
Sidebar – Removing “In This Section”
to remove, modify the sidebar.php (use child theme), remove “<?php if ( is_page() ) franz_page_navigation(); ?>”
Changing the theme default front page title for latest article
Must use child theme. Copy the stacks.php into your child theme. Ensure location are same as original theme. Edit the php file line 259:
Original code:
<?php if ( $args[‘title’] ) : ?><h2 class=”highlight-title”><?php echo $args[‘title’]; ?></h2><?php endif; ?>
Edit by:
<?php if ( $args[‘title’] ) : ?><h2 class=”highlight-title”>YOUR TEXT</h2><?php endif; ?>
* You’re welcome to add more.
]]>Hi,
i want to make my menu, which is located in header, to don’t scroll down the page when I’m scrolling.
How can it be done?
Kind regards
help please,
I want to show on the home within my sliders to full page context , unfortunately, does not work with picture galleries which are no longer accurate or even not displayed after the first slide
I ‘ve tried it with various plugins unfortunately that does not work at all .
I want 4 to 5 photos View inside the sliders for that I abe pages created and the ID entered in the slider , and the full conten I have not forgotten , it just does not.
SITE
first slide is perfect the 2th slide is ok , the third is again 4 photos next to each other but unfortunately only the last displayed . no matter what I did it work for all galleries not , I like metro portfolio that I want to keep . but how?
I’m grateful for any help.
]]>Hi, Is there a way to use video in the slider of the franz-josef theme?
Thanks
]]>Replace
<img src="<?php echo esc_url( $header->url ); ?>" height="<?php echo esc_attr( $header->height ); ?>" width="<?php echo esc_attr( $header->width ); ?>" alt="" />
with
<img src="<?php echo esc_url( $header->url ); ?>" height="<?php echo esc_attr( $header->height ); ?>" width="<?php echo esc_attr( $header->width ); ?>" alt="<?php bloginfo( 'name' );?>" />
This adds the site title as the alt text for whatever logo is added.
]]>Trying to put:
<script>
var $buoop = {c:2};
function $buo_f(){
var e = document.createElement("script");
e.src = "//browser-update.org/update.min.js";
document.body.appendChild(e);
};
try {document.addEventListener("DOMContentLoaded", $buo_f,false)}
catch(e){window.attachEvent("onload", $buo_f)}
</script>
into the head section, but even though it appears to save when I hit save, it never appears in the head, and when I return to the custom head tags page the text box where I pasted the code before is empty.
]]>Or rather, what is it intended for? When I place it anywhere all I see is an RSS link.
]]>On the demo site, below the header menu links, are italic text describing the link above. It resides in the <span class=”desc”> tag, but I’ll be darned if I can suss out WHERE to put text on my site so it appears in that spot.
]]>Hello,nice theme!How to add logo?Like in demo,I cant find where I can change logo.Please help me
]]>Hi
I’m using Franz Josef’s theme since few days and I like it. I have a little slowness at startup I am trying to fix but this is not the matter of my topic.
The “viadeo” social network icon doesn’t display.
No issue with other icons, only with this one.
You can see the issue at the top bar of https://stevefuchs.fr/wordpress/
I have configured the menu link with:
“FontAwesome Icon Name” = viadeo-square
I did similar actions for the other icons without issue.
Is there something wrong with the way I configured the menu link, or should you handle this icon?
Thanks
Steve
]]>Hello, as in title, I’m having bit of trouble with my slider photos resolution, I am aware that the theme recommendation is 850x500px but my photos are natively 4013×2166 or more and the downscale to that is devastating to the photos, I’ve been trying to find a sweet spot and stopped at 1170×500 but them photos look really squished. Any tips or suggestions ?
Edit : fj-tools.nazwa.pl/wordpress
Edit 2 : I was messing with the theme css as well and i messed up the footer trying to take down the wordpress usage bit, could you post the code for that as well ?
]]>Hello. Thanks for this amazing theme, it’s fantastic.
I’m struggling with responsive images on front page. How to make them non-responsive? I mean non adjustable to <div> dimensions?
Just to display them in their original size.
Which function is responsible for this? Maybe some CSS workarounds?
Also – how can I make my entries description a little bit longer? I’ve been playing with franz_truncate_words() but nothing changed.
Thanks in advance. 9dev
]]>Shortly and briefly, my FA – icons for Menu don’t work. I get the option to put a name of the icon in Widgets -> Menu , but after reloading the webpage they just don’t show and I can’t add them in Customisation mode, even though i ticked the option to show fa-icon options in Menu. tried the local databse with icons, and the bootstrap as well. I really can’t stress out how unclear the instructions are.
]]>Does anyone know where the code breakdown instructions are for page formatting as such is displayed on…
https://demo.graphene-theme.com/franz-josef/articles/typography-markup-and-formatting/
edit. Answered my own question, just found you need another plugin and its here https://www.graphene-theme.com/franz-josef/addons/graphene-shortcodes/
]]>Hi!,
I have a problem with the featured image in the post,
is set but is not showing up.
The option “Hide Featured Image” is disable
The image is showing in the post list in the home,
but not in the post itself.
Home: https://www.condorgroup.com.ar/blog/
Post: https://www.condorgroup.com.ar/blog/articulo-de-prueba/
Thanks!
Fernando
My site is using SEO Ultimate, which features a 404 monitor which picked up a broken link. The path was /wp-content/themes/franz-josef/js/bootstrap-hover-dropdown.min.js?ver=4.4
and the user agent was Googlebot, so it must have happened as part of a crawl. I have no idea where the link was found, but I assume it’s somewhere in your theme’s code (why would it be anywhere else, unless Googlebot is creative). I noticed that the JS script was placed one folder lower down the path than in the address, so maybe you moved it and forgot to update that address.
Using Franz Josef v1.7.
]]>Hey there!
Great theme. I need to make one slight modification and need a bit of assistance: At the bottom of single posts there is a rectangular area that allows you to go to the next post. I’d like that feature to only show up for posts of a specified category. I’d also like for it to only show posts of the same category.
I can clarify if needed.
Test site for the website in question is undocublack.currentperspectives.org
And, you can look at a post at the following url: https://undocublack.currentperspectives.org/2015/12/21/deborah/
Hello,
I am wondering how to remove the sidebar from all posts. I also want to remove the information about who posted and when (the top part that says “DECEMBER 21, 2015 By theadmin under stories” for example, along with the big section on the bottom that shows who posted.
]]>