Home Forums Basel support forum After Installation Issue

After Installation Issue

Viewing 30 posts - 1 through 30 (of 44 total)
  • Author
    Posts
  • #7997

    jusjeruk
    Participant

    I have installed the theme, but have this error right after installation:

    Parse error: syntax error, unexpected T_FUNCTION in /wp-content/themes/basel/inc/template-tags.php on line 471

    any idea what’s the reason? Because it’s make my WordPress mess. I can’t even click anything after install Basel template.

    #8006

    Artem Temos
    Keymaster

    Hello,

    Thank you so much purchasing our theme and contacting our support center.

    From the error log we see that you are running an old version of PHP on your webserver. We suggest you contact you hosting providers ask to update the PHP to the version 5.6+ firstly.

    Write us about the results.

    Kind Regards
    XTemos Studio

    #8205

    jusjeruk
    Participant

    Thank you for your response, if i have another problem can i post it?

    this is my another question, i already tried all your header layout, and then not all of that layout have login/register menu (or link) on right-column div. Can I somehow show that login/register menu on my header layout (whatever the header layout I choose). Let say if I want to use Base Header Layout, but I want to show login/register like E-Commerce Layout. Can I somehow show it up?

    And 1 more thing , on my Case whatever header layout I choose, still I can’t show login/register menu on sticky header. Is there any tips to fix it?

    Thankyou before for your help.

    #8213

    Artem Temos
    Keymaster

    Hi,

    Thank you for the question.

    Try to add the following code snippet to the functions.php file in the child theme to add Login/Register to the Base header layout.

    add_filter( 'basel_header_configuration', 'basel_custom_header_configuration', 1, 1 );
    
    function basel_custom_header_configuration() {
    
    	return array(
    		'container' => array(
    			'wrapp-header' => array(
    				'logo',
    				'widget_area',
    				'right-column' => array(
    					'header_links',
    					'search',
    					'wishlist',
    					'cart',
    					'mobile_icon',
    				)
    			)
    		),
    		'navigation-wrap' => array(
    			'container' => array(
    				'main_nav'
    			)
    		)	
    	);
    }
    

    Regards

    #8248

    jusjeruk
    Participant

    Hi,

    Thank you for your response.

    in this case, can i add it to basel-theme functions.php (not the child theme one) because i didn’t install basel-child-theme. And in what line on functions.php should I add the code ?

    #8249

    Artem Temos
    Keymaster

    No, you need to set up child theme to use this code properly and prevent loosing changes in the future.

    #8255

    jusjeruk
    Participant

    Thank you for your answer.

    Sorry if i asking too much, what about the sticky header? still have no login/register menu on it. Could you please tell me how to make login/register menu show on sticky header?

    #8300

    Artem Temos
    Keymaster

    Could you please provide your website link?

    Thank you

    #8316

    farhan1231
    Participant

    the website is candypickers.com or extcandypickers.com but I am seeing this issue when I try to run the index.php file

    #8317

    Artem Temos
    Keymaster

    Hi,

    Probably, you have posted your reply to the wrong topic. Please, check your own topic here http://xtemos.com/forums/topic/theme-installation/

    Regards

    #8319

    jusjeruk
    Participant

    Hi,

    Here is my web-site link http://webdisain.com/batikindraloka/

    What i want is make login/register(header-links on right column) menu on sticky-header same as the header.

    Thank you for your response 😀

    #8321

    jusjeruk
    Participant

    One more question, if i wanna change my subject email on social-email icon, where i must go to change it?

    #8325

    Artem Temos
    Keymaster

    Hi,

    Add the following code to the Custom CSS to show Login / Register

    .sticky-header .right-column .header-links {
        display: inline-block;
    }

    You can change email subject via POT file translation. Here is a video that demonstrates how to translate strings with Loco Translate plugin https://www.youtube.com/watch?v=tAFq1yTfWfU

    #8347

    jusjeruk
    Participant

    Hi, sticky-header works fine thank you.

    But i didn’t found a clue about change social-email with POT file translation. Here i attach the image for social-email that i ask.

    Attachments:
    You must be logged in to view attached files.
    #8354

    Artem Temos
    Keymaster

    Hi,

    We just double checked our POT file and this sentence is still there. Please, check.

    Regards

    #8359

    jusjeruk
    Participant

    Hi,

    Yeah it’s actually working. But i have another problem for that, check the attachment.

    already translate “Check this” wording to “email@email.com” but website url still there. Could you tell me where i must clear or edit some code?

    Attachments:
    You must be logged in to view attached files.
    #8361

    jusjeruk
    Participant

    Hi,

    Pardon my last post, I didn’t check mailto function correctly. But can I ask you about this mailto function without recipient email like email@email.com, Where the email gonna go if i click the mail icon? is it going to my admin email or where?

    Regards

    #8363

    Artem Temos
    Keymaster

    Hello,

    Do you have the latest version of the theme?

    Actually, there is only text with page link and your customers are able to type some friends email and share this link with a friend.

    Regards

    #8373

    jusjeruk
    Participant

    Hi,

    Thank you for your answer, i thought that email social share is work like contact us XD.

    Thank you for your fast response 😀

    Regards

    #8377

    Artem Temos
    Keymaster

    You are welcome 🙂

    #8693

    jusjeruk
    Participant

    Hi, long time no see..

    I found another problem, maybe you can help since the demo on basel is worked.

    The 1st problem is how can i delete missing chosen.js from woocommerce? because it’s annoying to see that error on console.

    2nd problem is, everytime i reload the page my swatched not working (swatched-disabled) already follow the step from woocommerce to set variation products and all the things needed but it’s always disabled.

    Hope you can help.

    Regards

    Attachments:
    You must be logged in to view attached files.
    #8701

    Artem Temos
    Keymaster

    Hello,

    1. We suggest you reinstall WooCommerce to restore all these files and fix the error.

    2. You need to download and install the latest version of Basel available 2.9.1

    Regards

    #8702

    jusjeruk
    Participant

    Hi,

    hmm, can i just update basel theme without change anything??

    just download the last version of theme and replace the installed theme or what?

    Regards

    #8704

    Artem Temos
    Keymaster

    Hello,

    To update the theme you need download the latest version on ThemeForest -> Downloads. Then just reupload new theme via Appearance -> Themes but install this plugin firstly https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/
    Also, we suggest you make a backup of all your files before any update.

    You will not lose any changes if you didn’t make them in our theme files.

    Regards

    #9639

    jusjeruk
    Participant

    Dear Xtemos,

    Long time no see, i want to ask something. Can i make those categories menu (on Shop) when i clicked on it , it’s refresh the page instead only refresh the content inside some div?

    Based on attachment :
    I want to make number 2 Categories menu have same effect like when i clicked menu on number 1 instead just refresh the div content, i want to refresh the entire page when menu number 2 clicked.

    Regards

    Attachments:
    You must be logged in to view attached files.
    #9642

    Artem Temos
    Keymaster

    Hello,

    Thank you for the question.

    You can disable “AJAX shop” option in Theme Settings -> Shop.

    Regards

    #9681

    jusjeruk
    Participant

    Hi,

    Thank you, it’s working 😀

    Regards

    #9682

    jusjeruk
    Participant

    Hi,

    I have another thing to ask. It’s about search ajax, on your demo when i do search, it’ll show only 3 items and have “view all result” button below that 3 items. But in my website when i enter keyword it shown 4 item and have no “view all result” button. Could you tell me how to make it like on your demo website which only shown 3 items with “view all result” button.

    Regards.

    #9692

    Artem Temos
    Keymaster

    Hello,

    You need to update the theme to the latest version.

    Regards

    #9694

    jusjeruk
    Participant

    Hi,

    Thanks for the answer. Now I have another few question:
    1. Can I move email share icon to the right (after pinterest icon)? (attachment 1)

    2. Is my compare plugin need to be upgraded to premium? Now I’m using Yith Woocommerce Compare Free version. Because my compare looks not really good like on your demo website which item is auto left when modals popup shown rather than stay on right side. (attachment 2)

    Attachments:
    You must be logged in to view attached files.

Tagged: 

Viewing 30 posts - 1 through 30 (of 44 total)