Balint Toth
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Syntax errorOkay, thank you. Please try to follow the steps described here.
This way you can access GoDaddy’s own File Manager, which is also capable of changing the folder name.
Forum: Themes and Templates
In reply to: Syntax errorYou should be able to log into your hosting provider’s control panel, and use their file manager instead of FTP if that is not accessible. Can I ask you, which hosting company do you use?
Forum: Themes and Templates
In reply to: Problem in FooterI am glad that I could solve your issue 🙂
Forum: Themes and Templates
In reply to: Change slider background/borderHello Matt!
I have checked out your site, and I think this CSS code will help you:
.bx-wrapper .bx-viewport { background: none repeat scroll 0 0 #000000; border: 5px solid #000000; }If you have a child theme installed (you should have one, because that way you can ensure that your modifications won’t be deleted when you update WordPress or your theme) or the easier way to install Simple Custom CSS plugin and paste this code to
Appearance->Custom CSS. If you use the plugin, it is possible that you will have change slightly the code, if it doesn’t change the slider border color to black, please add!importantafter the #000000 with a space between them.Please let me know if this solved your issue.
[signature removed per forum etiquette]
Forum: Themes and Templates
In reply to: [Attitude] Read more colour changeHello AzureDesigns!
Could you please share a link to your site so I could take a look? Do you have a child theme installed to apply the CSS modifications?
Thank you!
Cheers,
Toth Balint BTForum: Themes and Templates
In reply to: Problem in FooterHello amith552!
I have checked out your site, it looks like that something is putting there a complete toolbar by the name of attracta toolbar.
Visually it can be hidden with this css code:
#attractaToolbar > table { display: none; }If you have a child theme installed (instructions on setting up one can be found here) than please paste this code to your child theme’s style.css file, or the easier way is to install the Simple Custom CSS plugin and add this code at
Dashboard->Appearance->Custom CSS.Please let me know if this solves your issue.
Cheers,
Toth Balint BTForum: Themes and Templates
In reply to: [Boot Store] Foreground borderHello beaulahsmithzeiler!
I would like to take a look for you. Could you please share a link to your site?
Thank you!
Cheers,
Toth Balint BTForum: Themes and Templates
In reply to: Syntax errorHello sandramc!
You can always ‘manually’ deactivate the current theme by FTP. Please go to your
/wp-content/themesfolder, and rename theArchive1folder name to something likeArchive1-wrong. Actually it doesn’t matter what you are renaming it to, it just matters that you rename it, this way WordPress cannot find the current theme, and fall back to other theme you have in the folder, usually to one of the twenty… themes.At this point you should be able to access the admin section. To get rid of the error, you can always deactivate, delete and download again the theme, but this means that you have to start from the beginning also. If you need help finding the error in the code, please upload the functions.php file to Dropbox or Google drive and share the link here, I am happy to take a look for you 🙂
Cheers,
Toth Balint BTForum: Themes and Templates
In reply to: [Twenty Thirteen] background imageSorry for my slow reply.
If this is the background what you are trying to apply with the plugin (marked with the arrows), it is not visible because the theme’s central content holder has it’s own white color background. This can be removed by this CSS code:
.site { background-color: transparent; }The best way to apply this code by creating a child theme and pasting it in the child theme’s
style.cssfile, or with installing the Simple Custom CSS plugin and pasting the code inDashboard->Appearance->Custom CSS.Cheers,
Toth Balint BTForum: Themes and Templates
In reply to: style a .single_postYou are welcome! I am glad that I could help out!
If you have any more questions, just feel free to drop a line and I am happy to help 🙂
Forum: Themes and Templates
In reply to: [Twenty Thirteen] background imageHello!
Could you please share a link to your website so I could take a look?
Thank you!
[signature removed per forum etiquette]
Forum: Themes and Templates
In reply to: Pics, Headers after updateOh, and here is a pretty good article on how to use the Regenerate Thumbnails plugin.
Forum: Themes and Templates
In reply to: Pics, Headers after updateHello!
Could you please tell me which theme you are using?
Regarding resizing the images, I would ask you to install the Regenerate Thumbnails plugin, which will automatically create the new image sizes. Please let me know if that solves the issue.
Could you please tell me, did you update the theme as well? Do you have a child theme installed?
Regarding the missing custom modifications, it looks like that they may have been saved directly to the theme files, which is generally a bad idea, since these kind of modifications are usually lost when you update WordPress or a theme. Do you have some backups from before the update? It may be possible that the modifications can be applied again.
Cheers,
Toth Balint BTForum: Themes and Templates
In reply to: style a .single_postOh, sorry, here is the screenshot
Forum: Themes and Templates
In reply to: style a .single_postHello!
Usually you can find some page-specific classes in the
<body>tag, like on this screenshot.If you could share a link to your site and give me more details about the modifications you would like to make, I am happy to provide you with the exact necessary code.
Just on a friendly reminder, I hope that you are using a child theme for making these modifications, because this way you can ensure that the changes won’t be lost after an update.
Cheers,
Toth Balint BT