Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
Did you install any plugin recently, or modify the theme’s files? The code for the footer looks quite different.
Admin
Is the video you’re referring to located on the homepage? If yes, the URL for that video is incorrect, which is why the video is not loaded. This is the URL that I see when I looked at the code:
http://foblearningcenter.com/marc/public_html/foblearningcenter.com/wp-content/uploads/2017/Intro-2.mp4Should just be:
http://foblearningcenter.com/wp-content/uploads/2017/Intro-2.mp4Admin
Which style.css file did you made the change in? It should be the child theme’s style.css, not the main style.css file in the Franz Josef theme. Let me know your site URL as well so I can take a look.
Admin
if you just would like to change the wording on all the posts, you can use the code as detailed here:
If you would like a more granular control, e.g. different wording for different posts, as you suggested you would need to create a custom field for that. Then, you’ll need to modify the suggested code linked to above to get the custom field value and use that instead.
Admin
Please provide the links to both sites so that we can take a look and offer specific advice.
Admin
Appearance > Customize > Franz Josef: General > Footer > Copyright text.
Admin
This sounds like an issue with one of your widgets. Please provide the URL to your site so that we can take a look.
Admin
Add the following code to Graphene Options > Display > Custom CSS option:
#content-main,
#content-main .grid_11,
.container_16 .slider_post,
#comments #respond {
margin-left: 0;
}
#sidebar1 {
float: right;
margin-right: 0;
}Admin
Please provide the URL to your site so that we can take a look.
Admin
Add this code to the theme’s Custom CSS option and change the colour codes accordingly.:
.page-navigation .list-group-item.active,
.page-navigation .list-group-item.active:hover,
.page-navigation .list-group-item.active:focus {
background: #333;
border-color: #000
}
