Stanko Metodiev
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Shell Lite] Front page duplicatedHi gistagg,
This is quote from previous theme author Emil Uzelac:
If home.php does not work, the only option I see is to disable front-page.php file and in that case dynamic static page will work. As I mentioned earlier front-page.php is the static page we’re talking about. home.php is deprecated because home.php name was causing issues with some servers, this was done by the WordPress itself.
Login to your FTP, locate /shell-lite/front-page.php and just add .hold on the end i.e. front-page.php.hold or delete this file completely. This will however be overwritten in next update and for right now I don’t have another alternative.
When front-page.php is not used, index.php will come in as fallback and you can control that.
Try to delete front-page.php from your theme folder and it should do the work, but keep in mind this will be affected in next theme updates.
Regards,
StankoForum: Themes and Templates
In reply to: [Shell Lite] social icons missing in child themeYou should upload icons folder from Shell Lite theme folder in your child theme folder.
Please, let me know if you need more help with this.
Regards,
StankoForum: Themes and Templates
In reply to: [Shell Lite] Add Image to Tertiary WidgetsHi Martyr13,
Why don’t you try with Image Widget plugin?
Of of course you can use html <img /> tag.Let me know if you need any help with this.
Forum: Themes and Templates
In reply to: [Shell Lite] Featured button, removing text and using only imageHi Monterra,
Try to put
in “Featured Button (Text)” instead of ” “.
Let me know if this works for you or we will try something different.Regards,
StankoForum: Themes and Templates
In reply to: [Shell Lite] Featured ButtonHi,
Currently the theme doesn’t have this options, but you can edit “front-page.php”.
Install child theme following instructions from here:
https://codex.www.ads-software.com/Child_Themes
after that copy “front-page.php” file from shell-lite theme folder to your child theme.
Now edit new “front-page.php” file. In line 83 replace
echo '<a href="'.$options['featured_button_link'].'">';
with
echo '<a href="'.$options['featured_button_link'].'" target="_blank">';
and it should working fine.Let me know if you have other questions
Stanko
Forum: Themes and Templates
In reply to: [Shell Lite] Shell lite – home page – image et call to actionHi again,
Keep in mind this is public forum, so make sure you have removed your admin credentials.
For new Homepage image you have to upload desired image and then to place image url in “Featured Image (Link)”. (example: https://psymedicis.com/wp/wp-content/uploads/path-to-your-image).
About the button – place desired URL in “Featured Button (Link)”.Let me know if you experience trouble and I’ll assist you to upload image and to place desired URL address.
Stanko
Forum: Themes and Templates
In reply to: [Shell Lite] Shell lite – home page – image et call to actionHi Marika,
With last update of the theme you can change Homepage Featured Image from Theme settings.
Go to Dashboard => Appearance => Theme Options and put your-image-url in “Featured Image (Link)” field.
About Button – in the theme options place desired url address in the “Featured Button (Link)” filed and try to change “Featured Button (Text)” text. It should work.About widget I need to take a look, so can you provide url address?
Please, let me know if you have other questions.
Stanko
Forum: Themes and Templates
In reply to: [Shell Lite] Pagination not working, anyone has a clue?! :)Hey, do you mind if we add your website to our forum showcase for Shell Lite theme: [link moderated]
Regards,
StankoWhen you install and activated plugin you should see button next to the “Add Media” button in your post/page/custom post type editor.
I think this should answer to your questions.Regards.
Hi,
The default theme options does not support different landing pages, but you can easily create one. Follow instructions from our forum’s topic and if you have any questions, please let us know.
https://premiumwpsupport.com/forums/topic/create-different-landing-page/If you want several landing pages, you can repeat steps with several different files.
Stanko.
Forum: Themes and Templates
In reply to: [Shell Lite] Can't insert linksHi,
Are you sure that issue is theme related?
What happens if you change the theme and try to edit/add links in your posts/pages editor? Can you switch between visual/text editor?
Also it might be related with plugin conflict. Try to disable your plugin and check if this works.Let me know if there is any progress with this issue.
Regards,
StankoForum: Themes and Templates
In reply to: weaver theme intallation Fatal error / can't log in!!!Hi,
This probably won’t help you to fixed your theme, but still you will be able to login in your dashboard:
https://andrewensley.com/2010/04/recover-wordpress-from-broken-theme/Good luck with fixing your theme!
This $value = get_user_meta( $user_ID, $id, true ); helped me a lot. Thanks for the code snippet!