Reply To: Not able to add new items to slider
thanks a lot!! i had the same problem it was the link that was set to none! you save my day
View ArticleReply To: Clickable Standard Post Title
Sorry guys but I don’t understand where to find standard.php @SCX wrote on 20th december that “standard.php in the theme : \lib\post-formats\standard.php” But I don’t understand what is theme? I went...
View ArticleReply To: Clickable Standard Post Title
@pallavkaushish : theme is template… this is Shortnotes Theme, just look for \lib\post-formats\standard.php in Shortnotes folder, use notepad++ to edit it…
View ArticleExcerpt in Homepage and Catagories?
How can I show excerpt with thumbnail in homepage and Catagories?
View ArticleReply To: My Top Menu Displays below the slide section and it's no...
Thanks burasto, you’re the best! Problem fixed
View ArticleReply To: Clickable Standard Post Title
@SCX Thanks so much. Actually I was trying to edit it from inside the wordpress where standard.php wasn’t available. After reading your message it struck me that I should look into my folders on my...
View ArticleReply To: Twitter Footer Feed Not Working
SOLUTION: In the footer.php Look For: <script type=”text/javascript” src=”http://twitter.com/javascripts/blogger.js”></script> <script type=”text/javascript”...
View ArticleHow to edit main.css?
I am new to WordPress and this is baffling me a little. The built in editor does not let me change the main.css file (@import url(‘css/main.css’);) to change the photo settings. How does one go about...
View ArticleReply To: How to edit main.css?
Figured it out! Sorry about that. I was looking in the wrong place. For anyone in the future with the same question: Go to your hosting providers site (godaddy for me) and then go in to “file...
View ArticleReply To: Not able to add new items to slider
I had the same problem and it was that easy solution!!! Thank you so much @jiriczek!
View ArticleHide photo on details portfolio page
Is it possible to hide the image on the page with details of a portfolio item? (I use the simplecorp theme) I’ve already tried ‘hide’-codes in HTML and CSS without succes. Many thanks in advance for...
View ArticleHow to change hover effect on social icons?
Hey guys, I want to change the hover effect on social icons such that whenever I hover over the icons it should turn to the blue color that is being used in this theme. Can you guide me how to do that...
View ArticleReply To: Resize images?
in main.css look for: article .entry-content img { height: auto; width: 100%; } overide width: 100% doing this: article .entry-content img { height: auto; /*width: 100%;*/ }
View Articleimage aligns
I change my old theme for this one but i have a issue that i solve with image sizes the problem now is that all images are aligned to the left overiding the wp post alignment i have look for all the...
View ArticleHomepage wish
Hello I have a wish. Is possible to put between boxes and portfolio in home page a banner or sponsors slideshow or plugin with banner links like sponsors carousel plugin. Thanks in advance Igor
View ArticleReply To: How can I make the Bio Pic on pages invisible?
Would like to know the same thing! Please advise.
View ArticleReply To: image aligns
i solve it what i do is add the necesary CSS for wordpress new themes: img.alignright {float:right; margin:0 0 1em 1em} img.alignleft {float:left; margin:0 1em 1em 0} img.aligncenter {display: block;...
View ArticleReply To: Not able to add new items to slider
That solution did not work for me. Did anyone else find a fix? Here is the slider in my home.php <!– BEGIN SLIDER –> < ?php if(of_get_option('boldy_displayslider')==1){ $slideshowloop = new...
View ArticleReply To: Not able to add new items to slider
sorry for the long PHP everyone. I found another possible solution. Replace the new slider with the previous version. It is working so far.
View ArticleReply To: Social links not working
Manually edited the footer.php file and removed the php query for social <a href=”">. I guess the missing http:// in the beginning of the <a href=”< ?php echo...
View Article