asylum119
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] Documentation?The theme documentation can be found on their website over at https://theme4press.com/evolve-documentation/
Under front page content boxes you should see Content Box 1 Button, Content Box 2 Button, Content Box 3 Button and to change the link you would replace the “#” for the link that you were after. here is an example
<a class="read-more btn" href="https://your-link-here">Button Name</a>
Head into your admin panel > appearance > theme options and you will see the options available for easily editing the theme
Have fun
Forum: Themes and Templates
In reply to: [evolve] Demo content for themeJust below the themes download button is a big green “Preview” button, I believe thats what you are after.
Forum: Themes and Templates
In reply to: [evolve] Can`t change icon colorI am using the latest version of the theme and am not experiencing this issue, maybe clear the cache if using a cache plugin or activate development mode if you are using cloudflare to see if that helps.
If all that fails give some CSS a try
/* content box 1 color */ .content-box-1 i { color: red !important; } /* content box 2 color */ .content-box-2 i { color: blue !important; } /* content box 3 color */ .content-box-3 i { color: black !important; }
Good luck
@wpyogi I simply had an issue and came across this thread which did help me out so I commented my situation as outlined in this thread as the many other before me have done.
Cheers for the guidelines but I do think I acted accordingly in this particular occasion ??
Getting the same intermittent error after updating to 4.1 also
Have replaced update.php with a 4.0 older version to see if that helps
Forum: Themes and Templates
In reply to: [evolve] content boxes on blog page and no posts?admin > appearance > theme options > front page content boxes will give you the option to not use the content boxes.
Forum: Fixing WordPress
In reply to: Cross scripting redirect ?Cheers for the comment Tim sadly I wish it was a bot trap but it only affects the WP installs and not the other sites hosted on the same IP, it is a mexican website and I ended up IP blocking mexico because they were hitting my 404 log non stop.
The host did get back to my second ticket but it was one of those standard responses that leave you wondering if they even read the ticket, might have to look at a different host as they seem unwilling to fix the rouge redirect and htaccess redirects on my end do not do anything for that particular url.
Cheers again
Forum: Themes and Templates
In reply to: [evolve] Tutorial: Evolve Child ThemeYeah its slightly different, maybe this can help https://pastebin.com/B8wDi1Em
Forum: Themes and Templates
In reply to: [evolve] Pages Displaying Wrong ContentHad a quick look and I get the content about sending in a resume on 404 pages.
I would be changing the 404 message and see if those pages change, if so then the links are not working.I don’t believe that is the purpose of the featured image to automatically be formatted into a post, If you would prefer not to add the image to your posts through the editor then maybe a plugin or template edit with custom post types would be more suited
Forum: Themes and Templates
In reply to: [evolve] How to disable the Posts Slider globally?You could always use the following setting to manually select where it is shown
Appearance > Theme Options > Posts Slider > Manually select in a Post/Page edit modeForum: Plugins
In reply to: [SlimStat Analytics] icons not showing after upgradeChanged wp-slimstat.php version with FTP to 3.7.2 which forced a re download and problem has now been solved, thank you
interesting that it did not affect all the images, you could always play around with more css to see if you can get the other images to play nice.
.entry-content .wp-caption { min-width: 100%; }