arcilli
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My wordpress website is not opening on my pcHere it’s working. Tested from SE Europe. https://i.imgur.com/undefined.png
Are you sure it’s not working now? Try from the same IP and check if yours it’s not banned.
Forum: Themes and Templates
In reply to: [Hueman] Change post title positionThanks a lot! I tried it and it works! For the featured category, how its possible to do the same thing?
- This reply was modified 8 years, 3 months ago by arcilli.
Forum: Themes and Templates
In reply to: [Hueman] Problem video postThanks! I solved both problems. Thank a lot!
Forum: Themes and Templates
In reply to: [Hueman] Problem video postSo, if category ID is 3000 and the name is weeks-vibes, how it shoud be?
Forum: Themes and Templates
In reply to: [Hueman] Problem video postFor the category, I added following code to my functions.php, but nothing happens.
function exclude_category( $query ) { if ( $query->is_home() && $query->is_main_query() ) { $query->set( 'cat', 'weeks-vibes' ); } } add_action( 'pre_get_posts', 'exclude_category' );
Forum: Themes and Templates
In reply to: [Hueman] Problem video postSorry for that. Well, in demo content an audio post is showing like this: https://i.imgur.com/m83XfsI.png
I wanna change something in the theme for configuring video posts to show it in the same manner. Here is how its looking now: https://i.imgur.com/u3BzSui.png
Forum: Themes and Templates
In reply to: [Hueman] Problem video postHi! Thanks for your reply. I want to display the video post in the same manner as a audio. Is it possible?
Also, have you any ideea how to non display audio post in homepage?
Forum: Plugins
In reply to: [Contact Form 7] Loading Icon continuousI am using Windows 10. I tried now with Chrome and the problem still exists. Firstly, I used Firefox
Forum: Fixing WordPress
In reply to: Form with calendar pickerI tried and I found nothing to fit on my needs.
Forum: Fixing WordPress
In reply to: WordPress does not respond after css file updateAnother solution is to overwrite your theme (or only thaat file)via FTP. Its a solution if you dont remember where you placed the code.
Forum: Fixing WordPress
In reply to: Move to /blogThanks! I will check if it is redirecting me.
Forum: Fixing WordPress
In reply to: Move to /blogYes, my problem is when somebody is trying to access domain.ro/article, i want to redirect to domain.ro/blog/article. Is that possible?
Forum: Themes and Templates
In reply to: Hide author and dateThanks! ??
And to hide the ?Did you like this article? Share it with your friends!” and that buttons?Forum: Themes and Templates
In reply to: [Expound] Make Header Image Link to Home PageI don’t understand. Can you explain, please?
Forum: Themes and Templates
In reply to: [Expound] Make Header Image Link to Home PageI can’t. My director shows like this, and style.css contains only this code: `/*
Theme Name: Expound
Description: An awesome magazine theme for your WordPress site. Responsive layout, post thumbnails support, featured posts and more.
Author: Konstantin Kovshenin
Author URI: https://kovshenin.com
Template: expound
Version: 1.9
*/@import url(“../expound/style.css”);
/* =Theme customization starts here
————————————————————– */
.site-title a {
background: url(‘i1.wp.com/gabrielraileanu.com/wp-content/uploads/2013/10/cropped-ddoks2.jpg.png’) 0 0 no-repeat;
width: 1000px;
height: 120px;
text-indent: -9999px;
} `
If I activate expound-child, my banner and my right bar it’s not show.