Ok at Chris thank very much.
Thanks I have compared all the theme folder and files with the original one. I met like 3 files not among so I deleted them all and everything is in place.
@catalin-l expecting you here
@neotrope Reinstalling wordpress??? That is a long process. But will the pirate stuff harm my site in any way or the other??? @nairolf2013
-
This reply was modified 9 years by
hadharm.
.td-footer-description, .footer-email-wrap, .td-footer-logo{
display:none;
The code above works for hiding footer descripion and footer logo.
I have created the mobile-sidebar.php. I also created the popular post block with visual composer but I am unable to call for the block in the mobile-sidebar.php.
Block shortcode is – [td_block_21 custom_title=”Popular Posts” sort=”popular” td_ajax_preloading=”preload” ajax_pagination=”load_more”]
7. While trying to customize the h2 to h6 tags with the below code:
h2,
h3,
h4,
h5,
h6 {
background-color: #008CBA; /* Blue */
padding: 4px 5px;
text-align: left;
display: inline-block;
}
The code above works but it affects items in footer widgets, sidebar and related posts areas. I want the code to work only in the post area. I also want to add a small icon(http://techblogng.com/wp-content/uploads/2016/09/button.png) at the left of the button before text.
Thanks in Advance
You didnot talk wraapping sidebar widgets into border anymore. But if that seems not possible no problem.
The code below only works for thumbnails but I want the border to cover thumbnails, article title, Author name. I don’t want it to work for any other widget or blocks. Only for home page and archive post list.
.td-module-thumb{
border: 2px solid black;
border-radius: 5px;
}
The above code shows this ===> http://prntscr.com/ckeahl
But I want it like this ===> http://prntscr.com/ckeb6h
3. I want the the follow us section of mobile footer to only show. I don’t want the logo and the about us to show anymore.
4. I want to create a file as mobile-sidebar.php and call it before footer. But is there a way I can insert latest comments and popular posts to the php file?
5. I am not using the page builder as homepage but I will like the trending now to show at the top on mobile and web versions.
6. Lastly, I want to change related articles text to what others are reading.
Ohhh I forget to ask.
3. I am using the mobile theme plugin but I want to create a sidebar for mobile users. How can I get this done???
Hi there, I have fix no 4 and 6. Am left with 1,2,3,5
My website url is http://techblogng.com
More Questions
1. I want to deactivate the dates that show infront of comments author name as well as any other place that date is showing on the website. I just want only dates to show below post titles and in homepage.
2. Can I make the section after post title to be like
Author round image, By Author Name | Published in: the primary category | Last Updated: date of last edit
-
This reply was modified 9 years by
hadharm.
