gdandrija
Forum Replies Created
-
Hey @vallered, I’m glad to hear you were able to find the cause of the issue.
Now I will be also happy to answer your latest question, the row width is not automatically set to full width, but you may change that if you set it to full width using block settings as shown on the screenshot:
As you can see, the row can fill the entire editor space with this adjustment.
I hope this helps, have a nice day,
AndrijaForum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] suport for CPTsHi once again @vallered,
I’m glad to hear the positive feedback for our CoBlocks plugin.
I made sure to check and it appears that this feature has not been requested yet, which is why I opened a feature request that you can find on the link below:
https://github.com/godaddy-wordpress/coblocks/issues/1606
Temporarily you may use the Posts block by listing only a selected category that may help you out in some use cases, however, do note that you may be pleasantly surprised in one of the next CoBlocks updates.
Have a nice day,
AndrijaHi @vallered, I hope you are doing great.
I was unable to replicate your issues with negative margins as seen below:
The first block was set to a negative top margin of -10px while others were on default margin values.
This may suggest that your theme/plugins are conflicting somehow, or that a CSS code that is applied on your website is overriding the changes.
Can you send us the page link for the reference?
Thanks in advance, have a nice day,
AndrijaForum: Themes and Templates
In reply to: [Go] Change background colourHi @stronghold20, I hope you are doing great
To apply a rule to 3 different pages you would need to refer to multiple IDs
Here is the code that you may use:
body.page-id-xxx, body.page-id-yyy, body.page-id-zzz{ background-color: #FFF; }
This will change the background color to be the same on each of the 3 pages corresponding to the IDs entered.
Make sure to replace the page-id classes with ones that correspond to your page and feel free to adjust the color as you wish.
Let me know if this worked for you. If not please send me the other pages you want to apply a different background color.
I hope this helps, have a nice day,
AndrijaForum: Themes and Templates
In reply to: [Go] Social links problemHi @janwat, I’m glad to hear you were able to fix this.
You can use this code to hide just the search icon:
.search-toggle-icon { display: none; }
And if you need the entire header section hidden, here is the code:
header#site-header { display: none; }
I hope this helps, have a nice day,
AndrijaForum: Themes and Templates
In reply to: [Go] Social links problemHi @janwat, thanks for choosing our Go theme.
I have noticed that your link values are set to n/a, therefore those icons link to http:/n/a which appears to be the reason why you are experiencing this issue.
Icons will automatically hide if there is no text in the dedicated section.
To hide your icons, go to WP-admin > Appearance > Customize > Social
You need to make sure to remove any entries in the Customizer section for your Pinterest and Linkedin links completely until you see a placeholder link as seen below: https://i.imgur.com/NqjPnL3.png
Let me know if this helps, and if not please provide me with a screenshot showing the section mentioned or Customizer if you are unable to find it.
Have a nice day,
AndrijaForum: Themes and Templates
In reply to: [Go] Change menu appearanceHi @jonasschoen, I hope you are doing great,
Removing the dropdown collapse feature would require changing the behavior of the script that is used for dropdown.
You may override this functionality using a child theme and you should not break anything while you use a child theme.
However, do note that doing so requires development skills and may take some time.
I hope this clarifies, have a nice day,
AndrijaForum: Themes and Templates
In reply to: [Scribbles] Theme not mobile-responsiveHey @hptn091,
No worries, I’m glad to hear I was able to help you out.
What you want to use in this case is a media query that will apply the style only for desktop resolutions for example
@media (max-width: 768px) { .page-content { min-width: initial; } }
This rule can be defined as seen above and sets the maximum width for applying styles
Feel free to adjust the values per your needs.
I hope this works for you, have a nice day,
AndrijaForum: Themes and Templates
In reply to: [Scribbles] Theme not mobile-responsiveHey @hptn091, I hope you are doing great.
I was unable to replicate your issue, however, what I did notice is the fact you have a hardcoded style that prevents a proper responsive display, here it is:
.page-content { min-width: 1100px; }
It would be best if you could remove it or disable a plugin that may be conflicting with the Scribbles theme.
Alternatively, you may use this CSS code to override the value:
.page-content { min-width: initial; }
Let me know if this helps, have a nice day,
AndrijaForum: Themes and Templates
In reply to: [Go] Images not loading/viewing correctlyHi @yachtchefjobs, sorry to hear about your issue.
I have just checked on my iPhone, but I could not replicate it as you can see below:
Screenshot: https://imgur.com/W1n4RJx
This is most likely not a theme related issue, have you tried clearing your cache, updating your browser, deleting cookies? This applies to both devices.
If not, you may find this article helpful:
https://support.google.com/accounts/answer/32050?co=GENIE.Platform%3DDesktop&hl=enIf this does not help you out, kindly reply back and let us know any details that you may find useful for replicating the issue.
Have a nice day,
AndrijaForum: Themes and Templates
In reply to: [Go] table of contentsHi @indrosaputro, I hope you are doing great.
To answer your question, this feature does not come included with the Go theme, but you can add the table of contents using one of the dedicated plugins.
Here is the link that may help you choose the right solution:
https://blog.hubspot.com/website/best-table-of-content-wordpress-plugins
I hope this helps, have a nice day,
AndrijaForum: Themes and Templates
In reply to: [Velux] Background Image on Posts/PagesYou are welcome @kimmi721, I hope this works out for you.
If not, feel free to reply, we are here to help you out.
Have a nice day,
AndrijaForum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Link New Window not workingHi @charles-sandor, I hope you are doing great.
The reason why this happens is the fact this is the default setting of this plugin, which means that it affects all links. You may want to check this thread:
https://www.ads-software.com/support/topic/wp-accessibility-plugin-breaks-function-open-in-new-tab/
Since this setting may be disabled according to WP Accessibility plugin developers, you can also resolve the issue by simply tweaking plugin settings.
I hope this helps, have a nice day,
AndrijaForum: Themes and Templates
In reply to: [Velux] Background Image on Posts/PagesHi @kimmi721, how are you? I hope you like our Velux theme
Here is the CSS code that should help you out. If your theme is not customized, then it should work.
To hide it only on posts, simply add this code:
body.custom-background.single-post { background-image: initial; }
To hide it on pages as well, without home page included, you can use this code:
body.custom-background.single-post { background-image: initial; } body.custom-background.page { background-image: initial; } body.custom-background.home { background-image: url(https://arielleschwerdcounseling.com/wp-content/uploads/2020/07/photo-1470755008296-2939845775eb.jpeg) !important; }
Note that if you want to change the background image, you would need to change the image link here as well.
Let me know if this helped.
Have a nice day,
AndrijaHi @olafeichstaedt,
Thank you for the update and the link provided.
My apologies, it appears that I was not using the latest version of Chrome initially.
The research I conducted confirmed that the issue is present only in the latest version of Chrome, while it is not present in previous versions.
As this is the case I informed our developers about a bug that will be reviewed.
Thanks again, have a nice day,
Andrija