Forum replies created
Hi,
In order to modify items of the contact form, you will have to modify the codes in contact.php. Please contact us via our services page https://theme4press.com/services/, if you required assistance in customization.
As for your other issues. Sorry we need to be able to see your website.
Please provide login details in private reply.
Thanks!
Denzel
Hi,
Please open up alora/framework/headers/header-v4.php
go to line 2 and find the following codes.
<div class="header-v4">
change the number 4 to 5
<div class="header-v5">
Screenshot of result. http://prntscr.com/8aifeb
Thanks!
Hi,
I see that your images are loaded from WordPress server i2.wp.com
For example, http://i2.wp.com/www.onthebanksofsaltcreek.com/wp-content/uploads/2015/08/52133_FROG_internal3.gif
I think you are using jetpack proton plugin.
Please try to disable it to see if it fixes your issue.
I taken another look using another computer of mine, A Lenovo Horizon running Windows 8 and IE 11, I did not see the “shrinking frog”.
If disabling jetpack plugin does not work for you, I suggest you disable one plugin at a time to eliminate any conflicting plugin.
You can also try disabling any browser addons.
Thanks!
Hi,
I don’t think it’s a host issue.
Please post your website url here.
I need to view your webpage source code and see your dynamic css file code, maybe you have entered a custom css code with wrong syntax. I will also look into my error console for clues.
Thanks!
Hi,
In WordPress admin -> Appearance -> Menus
Drag one custom link to the menu area. Drop it.
You will see a checkbox that says “Enable Theme4Press Mega Menu”.
Click on it will enable mega menu. Please experiment with the settings.
Please see screenshot. http://prntscr.com/8a6sdm
Subsequent items drag under it will be part of the mega menu.
Sorry for the lack of documentation.
Thanks!
Hi,
I am using the following for my own personal website. http://denzelchia.com
I have no problem seeing my favicon in Microsoft Edge browser in Windows 10.
<link rel='icon' type='image/png' href='http://denzelchia.com/wp-content/uploads/2014/11/favicon.png'>
<link rel='shortcut icon' href='http://denzelchia.com/wp-content/uploads/2014/11/favicon.png'>
Perhaps, changing to the following will work.
<link rel='icon' type='image/png' href="<?php echo $evolve_favicon; ?>" />
<link rel='shortcut icon' href="<?php echo $evolve_favicon; ?>" />
Thanks!
Hi,
I just checked. It’s working properly.
Please see screenshot of my setting.
http://share.pho.to/9g73H/3g/original
Please see screenshot of my blog’s read more button.
http://share.pho.to/9g73o/c3/original
Perhaps clearing your browser cache or cache plugin’s cache will update your webpage.
Thanks!
Hi,
Our read more link uses the following code.
<a href="<?php the_permalink(); ?>"><?php _e('READ MORE', 'evolve' ); ?></a>
The function the_permalink is a WordPress core function
https://codex.wordpress.org/Function_Reference/the_permalink
The permalink is auto generated by that function, and not by our theme.
Perhaps you have a wrong custom structure for your permalink, or a wrong custom redirection code in your .htaccess, these could be the reasons for your read more link leading to 404.
Please go to WordPress admin -> Appearance -> Settings -> Permalinks and select one of the available option.
Thanks!
Hi,
The issue I am having is that when I add the items to the main menu, there comes a point when other pages that may have links to them, but should not be in the menu come up and the menu gets wider.
Sorry, I don’t understand this issue. You are able to add or remove any item from WordPress admin -> Appearance -> Menu Just add those that you need. Uncheck the “Auto add pages” setting found at the bottom and it will not auto populate.
Under Appearance>Menu the menu stops at a certain point and the other options that were visible before are no longer visible and I have not been able to find a way to reduce the number of options or to fix the issue. At that point I have to do the entire menu over again. What is the menu “capacity”? Can it be expanded?
Same as above, you add only the items that you need to the menu.
Menus are a WordPress core function, not a theme function. Sorry, I do not know the capacity.
Also, I would like to know how to get the Login area in the Admin Toolbar that you have above. Tried some options…not liking them thus far.
This requires customization. Please contact us via our services page.
https://theme4press.com/theme-customization-service/
Additionally how can I customize a specific widget with title-background colour, header font style and colour, widget outline and content background colours? They are the two on the left at the top.
I see that your widgets are already styled with different colors.
Perhaps you have already found a way to do so. http://share.pho.to/9g6rC/kx/original
Also, I would like my sidebars to be wider on the homepage…the left one to expand to the left the right one to expand to the right so that the footer left and right widgets are centered under the top ones. Is there a way for it to be full-screen where the center column is even larger?
You can go to WordPress admin -> Theme Options -> General -> Layout Style select wide layout.
You can go to WordPress admin -> Theme Options -> General -> Layout Width to set the layout width, the largest is 1600px.
If I have a drop-down menu, I would like to know how to prevent the main button from being “clickable”…only the sub-menu options. How can this be done?
Sorry, this can only be done by customizing the theme. Please contact us via our services page.
https://theme4press.com/theme-customization-service/
Thanks!
Hi,
Setting up woocommerce can be confusing.
I suggest you import the demo content and work from there.
It will be easier for you.
Please go to WordPress admin -> Theme Options -> General -> Import demo content button and follow the instructions.
Thanks!